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

implemented file search

This commit is contained in:
nova
2025-08-17 21:29:49 +02:00
parent f0a2f14966
commit 1d54169c2d
3 changed files with 97 additions and 2 deletions

View File

@@ -27,3 +27,6 @@ void order_by(int passes, int index);
void cmd_on_selected(int passes, int index);
void yank_file(int passes, int index);
void paste();
void search();
void search_next();
void search_previous();