about summary refs log tree commit diff stats
path: root/tests/ui
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 /tests/ui
parent25d31101bfb365c8224ef09f84a92794a89e975f (diff)
downloadprofani-tty-2cdbfc7eb7d90ed286c6c5f432990166cdec0b93.tar.gz
Added gnu readline
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/stub_ui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index 51b82d42..6b9050c3 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -348,6 +348,9 @@ gboolean ui_win_has_unsaved_form(int num)
     return FALSE;
 }
 
+void
+ui_write(char *line, int offset) {}
+
 // console window actions
 
 void cons_show(const char * const msg, ...)