handling of empty dirs & refactoring

This commit is contained in:
nova
2025-07-08 20:51:25 +02:00
parent 7fcd148dfe
commit b6f9633677
6 changed files with 98 additions and 41 deletions

View File

@ -59,7 +59,6 @@ void user_interactions() {
terminal_width_empty_line = malloc(terminal_width);
memset(terminal_width_empty_line, ' ', terminal_width);
move(terminal_height, terminal_width);
ch = getch();
if(ch != ERR) {
timeout(1); /* blocking timeout of getch() */