implemented delete and rename

This commit is contained in:
nova
2025-07-02 22:59:47 +02:00
parent aedfdd1ed5
commit 0a6509310d
6 changed files with 152 additions and 40 deletions

View File

@@ -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();