From e1fc2677e3a01b779c689a971cd2207ef08746d7 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 8 Nov 2014 17:59:38 +0000 Subject: Add a MenuDoc style for info box, that will place it next to the menu --- src/input_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.cc') 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); } -- cgit v1.2.3