about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-16 00:41:02 +0000
committerJames Booth <boothj5@gmail.com>2015-01-16 00:41:02 +0000
commit9fad03af747a2345fa3da7d071a6acd1017d204b (patch)
treeb18c16e89476115f288b8e95b53f9349752b29dc /src/ui/core.c
parent9083bfdb5c7fa166802f1839442a045ecb61f7e9 (diff)
parent7a5deca77c4f1b792dde0a1a361b02fa86807a68 (diff)
downloadprofani-tty-9fad03af747a2345fa3da7d071a6acd1017d204b.tar.gz
Merge branch 'master' into inp-utf8
Conflicts:
	src/ui/inputwin.c
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 69701616..3e4d2c80 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -183,7 +183,7 @@ ui_readline(void)
     int key_type;
     wint_t ch;
 
-    char *line = inp_get_char(&key_type, &ch);
+    char *line = inp_read(&key_type, &ch);
     _win_handle_switch(ch);
 
     ProfWin *current = wins_get_current();