propper input handling
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user