1
0
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:
nova
2025-08-17 21:54:35 +02:00
parent 1d54169c2d
commit 3a2c226ed9

View File

@@ -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);