summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-11-08 17:59:38 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-11-08 18:01:55 +0000
commite1fc2677e3a01b779c689a971cd2207ef08746d7 (patch)
tree632d806ab78dde010c73c69676b0413088304d6a /src/input_handler.cc
parent484fffc288d0ce2a29ab1737b5c6122fa67dc5ac (diff)
Add a MenuDoc style for info box, that will place it next to the menu
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index fde0aa51..5db479f1 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -118,7 +118,7 @@ public:
Face col = get_face("Information");
CharCoord pos = context().window().dimensions();
pos.column -= 1;
- context().ui().info_show(key_to_str(key), it->second.docstring, pos, col, MenuStyle::Prompt);
+ context().ui().info_show(key_to_str(key), it->second.docstring, pos, col, InfoStyle::Prompt);
}
it->second.func(context(), m_count);
}