mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-16 10:38:40 -09:00
Disabled blocking wait for user input while deleting
...that was for debugging, which isn't necessary anymore.
This commit is contained in:
parent
a71bc36860
commit
97fefbaffb
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ int delete_dir(struct dir *dr) {
|
||||||
|
|
||||||
/* check for input or screen resizes */
|
/* check for input or screen resizes */
|
||||||
strcpy(curfile, file);
|
strcpy(curfile, file);
|
||||||
if(input_handle(0))
|
if(input_handle(1))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
/* do the actual deleting */
|
/* do the actual deleting */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue