From: Stephane Carrez Date: Wed, 23 Jul 2003 21:40:59 +0000 (+0000) Subject: * tui.c (tui_enable): Call tuiRefreshAll to make sure the window X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80b9fe0393f8ea42ad7a4382484f732e2b69d63c;p=binutils-gdb.git * tui.c (tui_enable): Call tuiRefreshAll to make sure the window is accurate. --- diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 6b4e01f4723..a6574ff69ae 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,8 @@ +2003-07-23 Stephane Carrez + + * tui.c (tui_enable): Call tuiRefreshAll to make sure the window + is accurate. + 2003-07-23 Stephane Carrez * tui-interp.c (tui_resume): Enable tui when we expected it. diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index 7e665d58a79..7efe6585450 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -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 ();