From 7d4c9c2ccf75f56e449dc28e91f960be144fdafd Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 10 Nov 2014 13:28:06 +0000 Subject: Support hinting if an inline info should be above or below the anchor Used by ctags function info, we always want it *above* the opening parenthesis so that it does not hide multi line parameter lists. --- src/user_interface.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/user_interface.hh') diff --git a/src/user_interface.hh b/src/user_interface.hh index 07f6eaa8..4f959544 100644 --- a/src/user_interface.hh +++ b/src/user_interface.hh @@ -24,6 +24,8 @@ enum class InfoStyle { Prompt, Inline, + InlineAbove, + InlineBelow, MenuDoc }; -- cgit v1.2.3