summaryrefslogtreecommitdiffstats
path: root/src/input.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-05 21:45:06 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-05 21:45:06 -0300
commit68cd4281f6745543a5e9b4c44acf43c5cf46e216 (patch)
treeb17f4919005e04285bde40806c2f4f8da50bc40d /src/input.c
parent87b829f81d59f91422b556373fa7c228b8a3ddd8 (diff)
fix some ui updates
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 86c3d62..d16b86d 100644
--- a/src/input.c
+++ b/src/input.c
@@ -159,7 +159,6 @@ void break_waitcmd_loop(struct block * buffer) {
inputline[0] = L'\0';
flush_buf(buffer);
- ui_print_mult_pend();
update(TRUE);
return;
}