mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
* tui.c (tui_enable): Call tuiRefreshAll to make sure the window
is accurate.
This commit is contained in:
@ -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 ();
|
||||
|
Reference in New Issue
Block a user