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

yank_name now implemented

This commit is contained in:
nova
2025-09-29 21:10:34 +02:00
parent 8dcf88baea
commit 4d9dc46691
3 changed files with 26 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ void not_implemented(int passes, int index);
void jump_to_dir(int passes, int index);
void order_by(int passes, int index);
void cmd_on_selected(int passes, int index);
void yank_text(int passes, int index);
void yank_file(int passes, int index);
void paste();
void search();