* tui.c (tui_enable): Call tuiRefreshAll to make sure the window
is accurate.
This commit is contained in:
parent
20358547b7
commit
80b9fe0393
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue