summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-05-26 08:38:12 +0100
committerMaxime Coste <mawww@kakoune.org>2017-05-26 08:38:12 +0100
commit2307cf500cc930f9bcecb8f42e0d87883d9d128f (patch)
treecc82b52427559ce4877b4c16b4848c0c95cd1443
parent11f924c5283e5fd725efef497bb07a03cf44c270 (diff)
Small formatting tweak
-rw-r--r--src/ncurses_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncurses_ui.cc b/src/ncurses_ui.cc
index 22738fcd..974a2b68 100644
--- a/src/ncurses_ui.cc
+++ b/src/ncurses_ui.cc
@@ -932,7 +932,7 @@ void NCursesUI::info_show(StringView title, StringView content,
info_box = make_info_box(m_info.title, m_info.content,
m_dimensions.column, m_assistant);
anchor = DisplayCoord{m_status_on_top ? 0 : m_dimensions.line,
- m_dimensions.column-1};
+ m_dimensions.column-1};
}
else if (style == InfoStyle::Modal)
info_box = make_info_box(m_info.title, m_info.content,