implementation of yank_file_name and yank_file_path

This commit is contained in:
nova
2026-05-25 12:01:43 +02:00
parent f6380ddeda
commit e42d55e66a
3 changed files with 27 additions and 6 deletions

View File

@@ -26,7 +26,8 @@ void not_implemented(unsigned long passes, int index);
void jump_to_dir(unsigned long passes, int index);
void order_by(unsigned long passes, int index);
void cmd_on_selected(unsigned long passes, int index);
void yank_text(unsigned long passes, int index);
void yank_file_name();
void yank_file_path();
void yank_file(unsigned long passes, int index);
void paste();
void search();