implemented open_with
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
void user_interactions(char *input);
|
||||
void user_interactions(char *input, WINDOW *win_b);
|
||||
void quit_program();
|
||||
void move_right();
|
||||
void move_up();
|
||||
@ -15,3 +15,4 @@ void move_left();
|
||||
void jump_bottom();
|
||||
void jump_top();
|
||||
void toggle_hidden_files();
|
||||
void open_with();
|
||||
|
Reference in New Issue
Block a user