mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Removed resize debug from console
This commit is contained in:
parent
cd07ff38f2
commit
84c864663b
@ -88,7 +88,6 @@ void inp_get_char(int *ch, char *input, int *size)
|
|||||||
*ch = wgetch(inp_win);
|
*ch = wgetch(inp_win);
|
||||||
|
|
||||||
if (*ch == KEY_RESIZE) {
|
if (*ch == KEY_RESIZE) {
|
||||||
cons_show("REZISE SIGNAL");
|
|
||||||
win_resize();
|
win_resize();
|
||||||
} else {
|
} else {
|
||||||
// if it wasn't an arrow key etc
|
// if it wasn't an arrow key etc
|
||||||
|
Loading…
Reference in New Issue
Block a user