]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix resizing of GDB TUI windows via 'winheight'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Feb 2020 20:10:29 +0000 (22:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Feb 2020 20:10:29 +0000 (22:10 +0200)
commita4e3ac4801879e5b4cfa06fe33ab9b9253d51268
treeb59962b7da34035a2f36bc6889eaef72ae917d12
parentbb89e8d5c045d69251e51c14a6ceec11adebf165
Fix resizing of GDB TUI windows via 'winheight'.

gdb/ChangeLog:
2020-02-22  Eli Zaretskii  <eliz@gnu.org>

PRE gdb/25586:
* tui/tui-win.c (new_height_ok, tui_adjust_win_heights): Rename
'locator' to 'status_line', to better match terminology in the
manual.
(tui_adjust_win_heights): Resize the status_line window to match
the new dimensions of the command and source/disassembly windows.
Reported by Aleksey Midenkov <midenok@gmail.com>.
gdb/ChangeLog
gdb/tui/tui-win.c