about summary refs log tree commit diff stats
path: root/input_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_win.c')
-rw-r--r--input_win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input_win.c b/input_win.c
index 8cd1c3cd..5c07eff9 100644
--- a/input_win.c
+++ b/input_win.c
@@ -88,7 +88,6 @@ void inp_get_char(int *ch, char *input, int *size)
     *ch = wgetch(inp_win);
 
     if (*ch == KEY_RESIZE) {
-        cons_show("REZISE SIGNAL");
         win_resize();
     } else {
         // if it wasn't an arrow key etc
a> 81 82 83 84 85 86 87 88