aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index 98842fe..29d100c 100644
--- a/common.h
+++ b/common.h
@@ -36,10 +36,11 @@ void ui_clear_key_queue();
void ui_print(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
void ui_printlogtail(int nb_lines);
-void ui_reset_text_col();
void ui_set_show_text(int value);
void ui_set_nice(int enabled);
#define ui_nice_print(...) ui_set_nice(1); ui_print(__VA_ARGS__); ui_set_nice(0)
+int ui_was_niced();
+int ui_get_text_cols();
// Display some header text followed by a menu of items, which appears
// at the top of the screen (in place of any scrolling ui_print()