From: Stephane Carrez Date: Wed, 23 Jul 2003 21:41:22 +0000 (+0000) Subject: * tui.c (tui_enable): Call tuiRefreshAll to make sure the window X-Git-Tag: cagney_x86i386-20030821-branchpoint~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f769cfdaa273d4f36d1e35825c5e2fddbd5f35;p=thirdparty%2Fbinutils-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 28fd9324749..ee99b375d2a 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 ();