about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 18:56:34 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 18:56:34 +0000
commitd6e4b74802cdfb4336c20b3041a892186f9a3dc6 (patch)
tree889e3b9714abb5255d37b39b10fc44affddfdd12 /src/command/commands.c
parent8195ab42cb97c5597f4deb48f92be04afe933abc (diff)
downloadprofani-tty-d6e4b74802cdfb4336c20b3041a892186f9a3dc6.tar.gz
Removed ui_input_nonblocking()
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 8a0787b8..5da5f3f8 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -4044,7 +4044,7 @@ cmd_inpblock(ProfWin *window, const char *const command, gchar **args)
         if (res) {
             cons_show("Input blocking set to %d milliseconds.", intval);
             prefs_set_inpblock(intval);
-            ui_input_nonblocking(FALSE);
+            inp_nonblocking(FALSE);
         } else {
             cons_show(err_msg);
             free(err_msg);