From 439e6486db24fb18f0cb2ac22e16a6327e1d8ad4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 3 Jan 2013 00:16:39 +0000 Subject: Handle wide chars on input --- src/profanity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profanity.c') diff --git a/src/profanity.c b/src/profanity.c index 47440b35..c4df79a6 100644 --- a/src/profanity.c +++ b/src/profanity.c @@ -67,7 +67,7 @@ prof_run(const int disable_tls, char *log_level) int size = 0; while(cmd_result == TRUE) { - int ch = ERR; + wint_t ch = ERR; size = 0; while(ch != '\n') { @@ -95,7 +95,7 @@ prof_run(const int disable_tls, char *log_level) ui_refresh(); jabber_process_events(); - inp_get_char(&ch, inp, &size); + ch = inp_get_char(inp, &size); if (ch != ERR) { ui_reset_idle_time(); -- cgit 1.4.1-2-gfad0