Home
last modified time | relevance | path

Searched refs:__must_redraw (Results 1 – 1 of 1) sorted by relevance

/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.c118 static unsigned char __must_redraw = 1 | 2 | 4; variable
121 { __must_redraw |= what; in must_redraw()
447 /* use_font(font_normal); */ set_fgbg(pixel_fg, pixel_bg); __must_redraw = 0; in redraw_stdscr()
801 if (__must_redraw) { redraw_stdscr(); goto loop; } in refresh()