mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 18:30:15 -04:00
refractoring, fixed enter_shell
This commit is contained in:
1
dir.c
1
dir.c
@@ -336,7 +336,6 @@ void update_selected_file(){
|
||||
}
|
||||
void dir_set_selected_file_current(unsigned long selected_file_current){
|
||||
current_dir->selected_file_current = selected_file_current;
|
||||
mvwaddch(stdscr, 0,0, selected_file_current + '0');
|
||||
}
|
||||
|
||||
unsigned long dir_get_selected_file_current(){
|
||||
|
Reference in New Issue
Block a user