From d6e4b74802cdfb4336c20b3041a892186f9a3dc6 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 1 Nov 2015 18:56:34 +0000 Subject: Removed ui_input_nonblocking() --- src/ui/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index 24baa63a..91e8b6c2 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -921,7 +921,7 @@ win_print(ProfWin *window, const char show_char, int pad_indent, GDateTime *time buffer_push(window->layout->buffer, show_char, pad_indent, timestamp, flags, theme_item, from, message, NULL); _win_print(window, show_char, pad_indent, timestamp, flags, theme_item, from, message, NULL); // TODO: cross-reference.. this should be replaced by a real event-based system - ui_input_nonblocking(TRUE); + inp_nonblocking(TRUE); g_date_time_unref(timestamp); } @@ -944,7 +944,7 @@ win_print_with_receipt(ProfWin *window, const char show_char, int pad_indent, GT buffer_push(window->layout->buffer, show_char, pad_indent, time, flags, theme_item, from, message, receipt); _win_print(window, show_char, pad_indent, time, flags, theme_item, from, message, receipt); // TODO: cross-reference.. this should be replaced by a real event-based system - ui_input_nonblocking(TRUE); + inp_nonblocking(TRUE); g_date_time_unref(time); } -- cgit 1.4.1-2-gfad0