Don't call wrefresh from tui_cont_sig
tui_cont_sig does not need to call wrefresh, because this is already done by tui_refresh_all_win. gdb/ChangeLog 2019-08-30 Tom Tromey <tom@tromey.com> * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
This commit is contained in:
parent
12a8555a54
commit
55b2657bdc
@ -1,3 +1,7 @@
|
||||
2019-08-30 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
|
||||
|
||||
2019-08-30 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui-stack.c (_initialize_tui_stack): Move later.
|
||||
|
@ -851,8 +851,6 @@ tui_cont_sig (int sig)
|
||||
|
||||
/* Force a refresh of the screen. */
|
||||
tui_refresh_all_win ();
|
||||
|
||||
wrefresh (TUI_CMD_WIN->handle);
|
||||
}
|
||||
signal (sig, tui_cont_sig);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user