optimized refreshing by using less known curses routines
This commit is contained in:
parent
d7bf07886a
commit
a998c48b35
@ -845,11 +845,12 @@ void display(void) {
|
|||||||
if(window_change & CH_MODE) { display_mode(); }
|
if(window_change & CH_MODE) { display_mode(); }
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
wrefresh(winput);
|
wnoutrefresh(winput);
|
||||||
wrefresh(wmode);
|
wnoutrefresh(wmode);
|
||||||
wrefresh(wresult);
|
wnoutrefresh(wresult);
|
||||||
wrefresh(wtooltip);
|
wnoutrefresh(wtooltip);
|
||||||
wrefresh(wcase);
|
wnoutrefresh(wcase);
|
||||||
|
doupdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
window_change = CH_NONE;
|
window_change = CH_NONE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user