about summary refs log tree commit diff stats
path: root/input_win.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-17 22:14:10 +0100
committerJames Booth <boothj5@gmail.com>2012-04-17 22:14:10 +0100
commit84c864663b7217631abbebad3ef8f7c85be9fc88 (patch)
tree92047555d6e6d1dc110e30c1bca03b2ed2cd51a9 /input_win.c
parentcd07ff38f2413ac117968cab6705e97de439cbf6 (diff)
downloadprofani-tty-84c864663b7217631abbebad3ef8f7c85be9fc88.tar.gz
Removed resize debug from console
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