summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-11-22 21:48:26 +1100
committerMaxime Coste <mawww@kakoune.org>2019-11-22 21:50:51 +1100
commitcb1b03c0db91d85db3545a49f68d63fad0fe137c (patch)
treebf8ba71c18a74d8bc1ebb38df246a3b0d87ad256 /src/main.cc
parent22d9ffa63ac22d3823c41b4671e0565a92cf8619 (diff)
Add support for markup in info boxes
Fixes #2552
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index a6283b46..8400fb1c 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -517,7 +517,7 @@ std::unique_ptr<UserInterface> make_ui(UIType ui_type)
void menu_select(int) override {}
void menu_hide() override {}
- void info_show(StringView, StringView, DisplayCoord, Face, InfoStyle) override {}
+ void info_show(const DisplayLine&, const DisplayLineList&, DisplayCoord, Face, InfoStyle) override {}
void info_hide() override {}
void draw(const DisplayBuffer&, const Face&, const Face&) override {}