1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

implemented open_with

This commit is contained in:
nova
2025-06-21 23:48:56 +02:00
parent f99035629a
commit e07ec0b413
5 changed files with 73 additions and 19 deletions

View File

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