mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 13:26:22 +00:00
Removed ui_input_nonblocking()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user