diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-09 15:35:17 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-15 12:29:28 -0600 |
commit | db502012fc46b4dd068461aaeafeaa421489c562 (patch) | |
tree | 90e36ac3f6252a2d262ba78ad04efe1d23eaa96e /gdb/tui/tui-io.h | |
parent | 3891b65efe614fe2e2f7e75e7f5ec8964f7fd96b (diff) | |
download | gdb-db502012fc46b4dd068461aaeafeaa421489c562.zip gdb-db502012fc46b4dd068461aaeafeaa421489c562.tar.gz gdb-db502012fc46b4dd068461aaeafeaa421489c562.tar.bz2 |
TUI window resize should not need invisibility
When resizing a window, the TUI currently first makes it invisible,
then changes the size, and then restores its visibility.
I think this is done because curses doesn't truly support resizing a
window -- there is a "wresize" extension, but the man page says it
isn't available in all versions of curses.
First, this is probably not a major problem any more. I imagine most
of those old systems are gone now.
Second, I think it's a better API to have this detail hidden inside of
the resize method.
This patch changes the code to follow this idea, and changes the
ordinary resize method to use wresize when it is available. The
special case for the command window is also moved to methods on the
command window.
gdb/ChangeLog
2019-08-15 Tom Tromey <tom@tromey.com>
* tui/tui-layout.c (show_layout, show_source_disasm_command)
(show_data): Don't change window visibility.
(tui_gen_win_info::resize): Remove special case for command
window. Use wresize, when available.
(show_source_or_disasm_and_command): Don't change window
visibility.
* tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
<make_visible>: New method.
* tui/tui-command.c (tui_cmd_window::resize): New method.
Diffstat (limited to 'gdb/tui/tui-io.h')
0 files changed, 0 insertions, 0 deletions