]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove FIXMEs from tui-layout.c
authorTom Tromey <tom@tromey.com>
Sat, 6 Jul 2019 14:23:34 +0000 (08:23 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 15 Aug 2019 18:29:28 +0000 (12:29 -0600)
commited4a1084d725a5d1aecefc6a430d3059a77c102d
tree14daa815f84dc691cea4b5c644ca4f59e9331844
parent65962b20b6df7e8961ec4002179dbd51a33a627f
Remove FIXMEs from tui-layout.c

An earlier patch added a couple of FIXME comments to tui-layout.c.
This removes them.  This is possible due to the previous patch that
changed how boxing works in the TUI -- now, no special case for the
command window is needed in box_win.

gdb/ChangeLog
2019-08-15  Tom Tromey  <tom@tromey.com>

* tui/tui-layout.c (show_source_disasm_command)
(show_source_or_disasm_and_command): Use make_visible method, not
tui_make_window.
* tui/tui-command.h (struct tui_cmd_window) <make_visible>:
Remove.
gdb/ChangeLog
gdb/tui/tui-command.h
gdb/tui/tui-layout.c