mirror of
https://gittea.dev/nova/th.git
synced 2025-10-21 18:30:15 -04:00
removed unnecessary render_pass
This commit is contained in:
@@ -735,11 +735,7 @@ void paste(){
|
||||
status |= (STATUS_RUN_BACKEND | STATUS_UPDATE_SCREEN_MASK | STATUS_RELOAD_DIRECTORY | STATUS_UPDATE_SCREEN_RELOAD_FULL);
|
||||
}
|
||||
void search(){
|
||||
mvprintw(terminal_height - 1, 0, "/");
|
||||
|
||||
status |= STATUS_UPDATE_SCREEN_0;
|
||||
|
||||
render_pass();
|
||||
unsigned long local_height;
|
||||
local_height = getmaxy(win_b);
|
||||
|
||||
|
Reference in New Issue
Block a user