summaryrefslogtreecommitdiff
path: root/src/user_interface.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-01-04 11:24:07 +0000
committerMaxime Coste <mawww@kakoune.org>2017-01-04 11:39:51 +0000
commitb3674a2f03b70d231abc3e6aca09d5ed907dfc63 (patch)
tree473ba4837fe5e0a0ca313589190df2485456831b /src/user_interface.hh
parent8f821f0fba48366e0407e5cffece9fa5ffa5a67f (diff)
Add `Modal` InfoStyle used for bufer reload info box
Modal info style wont be replaced by other info boxes. NCursesUI will center that info box. Fixes #1060
Diffstat (limited to 'src/user_interface.hh')
-rw-r--r--src/user_interface.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user_interface.hh b/src/user_interface.hh
index 38abaefd..95dc9650 100644
--- a/src/user_interface.hh
+++ b/src/user_interface.hh
@@ -28,7 +28,8 @@ enum class InfoStyle
Inline,
InlineAbove,
InlineBelow,
- MenuDoc
+ MenuDoc,
+ Modal
};
enum class EventMode;