mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-14 17:58:40 -09:00
parent
ec0de4afa8
commit
cd38a62aa8
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ int input_handle(int wait) {
|
||||||
return wait == 0 ? 1 : 0;
|
return wait == 0 ? 1 : 0;
|
||||||
|
|
||||||
nodelay(stdscr, wait?1:0);
|
nodelay(stdscr, wait?1:0);
|
||||||
|
errno = 0;
|
||||||
while((ch = getch()) != ERR) {
|
while((ch = getch()) != ERR) {
|
||||||
if(ch == KEY_RESIZE) {
|
if(ch == KEY_RESIZE) {
|
||||||
if(ncresize(min_rows, min_cols))
|
if(ncresize(min_rows, min_cols))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue