added printing of mid_content[selected_file_current].file_name in top ui
This commit is contained in:
@@ -246,6 +246,7 @@ void *thread_top(){
|
||||
top_buffer = malloc(strlen(global_path)+1);
|
||||
memcpy(top_buffer, global_path, strlen(global_path)+1);
|
||||
top_width = strlen(top_buffer);
|
||||
/*printing of mid_content[selected_file_current].file_name is done directly in window.c window_top()*/
|
||||
|
||||
pthread_mutex_unlock(&mutex_top);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user