about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-27 22:13:09 +0000
committerJames Booth <boothj5@gmail.com>2015-01-27 22:13:09 +0000
commit2cdbfc7eb7d90ed286c6c5f432990166cdec0b93 (patch)
tree678c2bcd6edae1c335e428103bb2af9b7471b8a2 /src/ui/ui.h
parent25d31101bfb365c8224ef09f84a92794a89e975f (diff)
downloadprofani-tty-2cdbfc7eb7d90ed286c6c5f432990166cdec0b93.tar.gz
Added gnu readline
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 99e73b4a..23315af9 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -230,6 +230,7 @@ void ui_statusbar_new(const int win);
 char * ui_readline(void);
 void ui_input_clear(void);
 void ui_input_nonblocking(gboolean);
+void ui_write(char *line, int offset);
 
 void ui_invalid_command_usage(const char * const usage, void (*setting_func)(void));