Skip to content
Snippets Groups Projects
Commit 97fefbaf authored by Yorhel's avatar Yorhel
Browse files

Disabled blocking wait for user input while deleting

...that was for debugging, which isn't necessary anymore.
parent a71bc368
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ int delete_dir(struct dir *dr) { ...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment