mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.
This commit is contained in:
@ -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.
|
||||
|
@ -558,6 +558,7 @@ tuiRefreshAll (void)
|
||||
{
|
||||
TuiWinType type;
|
||||
|
||||
clearok (curscr, TRUE);
|
||||
refreshAll (winList);
|
||||
for (type = SRC_WIN; type < MAX_MAJOR_WINDOWS; type++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user