propper input handling

This commit is contained in:
nova
2025-07-03 00:58:31 +02:00
parent 0a6509310d
commit f320449572
4 changed files with 74 additions and 27 deletions

View File

@@ -6,12 +6,12 @@
#endif
void user_interactions(char *input, WINDOW *win_b);
void user_interactions();
void quit_program();
void toggle_selection();
void move_right();
void move_up();
void move_down();
void move_right(int pssses);
void move_up(int passes);
void move_down(int passes);
void move_left();
void jump_bottom();
void jump_top();
@@ -19,3 +19,4 @@ void toggle_hidden_files();
void open_with();
void rename_hovered();
void delete();
void makedir();