handling of empty dirs & refactoring
This commit is contained in:
@ -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() */
|
||||
|
Reference in New Issue
Block a user