[qwaq] Remove unnecessary wrefresh calls

This commit is contained in:
Bill Currie 2020-03-02 18:43:27 +09:00
parent 33a07c0f6b
commit d91289ea1b
3 changed files with 0 additions and 3 deletions

View file

@ -46,7 +46,6 @@ arp_end (void)
wprintf (screen.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
wprintf (screen.window, "%d\n", acs_char(ACS_HLINE));
mvwaddch(screen.window, 4, 4, acs_char(ACS_HLINE));
wrefresh(screen.window);
Window *w;
[screen add: w=[[Window windowWithRect: r] setBackground: COLOR_PAIR (2)]];
//wprintf (w.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);

View file

@ -33,7 +33,6 @@
-setBackground: (int) ch
{
wbkgd (window, ch);
wrefresh (window);
return self;
}

View file

@ -96,7 +96,6 @@
}
}
}
wrefresh(window);
return self;
}
@end