summaryrefslogtreecommitdiff
path: root/src/user_interface.hh
diff options
context:
space:
mode:
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 d8139336..c3313890 100644
--- a/src/user_interface.hh
+++ b/src/user_interface.hh
@@ -47,6 +47,8 @@ class UserInterface
public:
virtual ~UserInterface() = default;
+ virtual bool is_ok() const = 0;
+
virtual void menu_show(ConstArrayView<DisplayLine> choices,
DisplayCoord anchor, Face fg, Face bg,
MenuStyle style) = 0;