aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index ace0e3d..a7968d1 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -59,6 +59,9 @@ GOptionGroup *teco_interface_get_options(void);
/** @pure makes sense only on Curses */
void teco_interface_disable_palette(void);
+/** @pure makes sense only on Curses */
+void teco_interface_set_default_colors(gint32 fg, gint32 bg);
+
typedef enum {
TECO_MSG_USER = 0,
TECO_MSG_INFO,