mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
implemented jmp_file_index & int passes -> unsigned long
This commit is contained in:
@@ -9,9 +9,9 @@ void quit_program();
|
||||
void toggle_selection();
|
||||
void select_all();
|
||||
void move_right();
|
||||
void move_up(int passes);
|
||||
void move_down(int passes);
|
||||
void move_left(int passes);
|
||||
void move_up(unsigned long passes);
|
||||
void move_down(unsigned long passes);
|
||||
void move_left(unsigned long passes);
|
||||
void jump_bottom();
|
||||
void jump_top();
|
||||
void toggle_hidden_files();
|
||||
@@ -21,14 +21,15 @@ void delete();
|
||||
void makedir();
|
||||
void makefile();
|
||||
void update();
|
||||
void enter_shell(int passes, int index);
|
||||
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 enter_shell(unsigned long passes, int index);
|
||||
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(unsigned long passes, int index);
|
||||
void paste();
|
||||
void search();
|
||||
void search_next();
|
||||
void search_previous();
|
||||
void jmp_file_index();
|
||||
|
Reference in New Issue
Block a user