1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Removed resize debug from console

This commit is contained in:
James Booth 2012-04-17 22:14:10 +01:00
parent cd07ff38f2
commit 84c864663b

View File

@ -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