summaryrefslogtreecommitdiff
path: root/src/user_interface.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-11-10 13:28:06 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-11-10 13:37:17 +0000
commit7d4c9c2ccf75f56e449dc28e91f960be144fdafd (patch)
tree54f7fd57122c9869b76727025086b1d7047315c5 /src/user_interface.hh
parent075e4985d79c81b23842ade9ccc1ac83ec312af3 (diff)
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.
Diffstat (limited to 'src/user_interface.hh')
-rw-r--r--src/user_interface.hh2
1 files changed, 2 insertions, 0 deletions
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
};