diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-10 13:28:06 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-10 13:37:17 +0000 |
| commit | 7d4c9c2ccf75f56e449dc28e91f960be144fdafd (patch) | |
| tree | 54f7fd57122c9869b76727025086b1d7047315c5 /src/user_interface.hh | |
| parent | 075e4985d79c81b23842ade9ccc1ac83ec312af3 (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.hh | 2 |
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 }; |
