implemented delete and rename
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
void user_interactions(char *input, WINDOW *win_b);
|
||||
void quit_program();
|
||||
void toggle_selection();
|
||||
void move_right();
|
||||
void move_up();
|
||||
void move_down();
|
||||
@@ -17,3 +18,4 @@ void jump_top();
|
||||
void toggle_hidden_files();
|
||||
void open_with();
|
||||
void rename_hovered();
|
||||
void delete();
|
||||
|
Reference in New Issue
Block a user