mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
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:
@ -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>
|
2019-08-30 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* tui/tui-stack.c (_initialize_tui_stack): Move later.
|
* tui/tui-stack.c (_initialize_tui_stack): Move later.
|
||||||
|
@ -851,8 +851,6 @@ tui_cont_sig (int sig)
|
|||||||
|
|
||||||
/* Force a refresh of the screen. */
|
/* Force a refresh of the screen. */
|
||||||
tui_refresh_all_win ();
|
tui_refresh_all_win ();
|
||||||
|
|
||||||
wrefresh (TUI_CMD_WIN->handle);
|
|
||||||
}
|
}
|
||||||
signal (sig, tui_cont_sig);
|
signal (sig, tui_cont_sig);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user