about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-16 21:56:19 +0000
committerJames Booth <boothj5@gmail.com>2014-11-16 21:56:19 +0000
commit976e5aac0a9905dbaa8f150ed7107011b9f87373 (patch)
treea243735eb2e4c51a9cf016d3493dc6e1f2d84791 /src/ui/ui.h
parented4391ec8a3190769917358e4fa68106c9e9891d (diff)
downloadprofani-tty-976e5aac0a9905dbaa8f150ed7107011b9f87373.tar.gz
Added support for bold theme settings
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index d453ce06..3f8ed7ca 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -62,6 +62,7 @@ void (*ui_init)(void);
 void (*ui_load_colours)(void);
 void (*ui_update)(void);
 void (*ui_close)(void);
+void (*ui_redraw)(void);
 void (*ui_resize)(const int ch, const char * const input,
     const int size);
 GSList* (*ui_get_recipients)(void);