* tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.

This commit is contained in:
Stephane Carrez
2001-07-21 20:57:17 +00:00
parent 174a4a09a4
commit 3e266828da
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.
2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* tui-file.c (tui_file_fputs): Use tui_puts.

View File

@ -558,6 +558,7 @@ tuiRefreshAll (void)
{
TuiWinType type;
clearok (curscr, TRUE);
refreshAll (winList);
for (type = SRC_WIN; type < MAX_MAJOR_WINDOWS; type++)
{