* tui.c (tui_enable): Call tuiRefreshAll to make sure the window

is accurate.
This commit is contained in:
Stephane Carrez 2003-07-23 21:40:59 +00:00
parent 20358547b7
commit 80b9fe0393
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
* tui.c (tui_enable): Call tuiRefreshAll to make sure the window
is accurate.
2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
* tui-interp.c (tui_resume): Enable tui when we expected it.

View file

@ -390,7 +390,7 @@ tui_enable (void)
/* Restore TUI keymap. */
tui_set_key_mode (tui_current_key_mode);
refresh ();
tuiRefreshAll ();
/* Update gdb's knowledge of its terminal. */
target_terminal_save_ours ();