gdb/tui: rename tui_layout_base::adjust_size to ::set_height
authorAndrew Burgess <aburgess@redhat.com>
Mon, 24 Jan 2022 17:49:12 +0000 (17:49 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Sun, 3 Apr 2022 14:15:08 +0000 (15:15 +0100)
commit4b52a3872b2ebfc85ef1700638f51f11e2ed7d2c
treea884d47286196c4bf3ae673b70541d545a7d7356
parent51c2a9e24396f69c1e7eba6cef042fad7c07880e
gdb/tui: rename tui_layout_base::adjust_size to ::set_height

Rename tui_layout_base::adjust_size to tui_layout_base::set_height,
the new name more accurately reflects what this member function does,
and makes it easier for a later commit to add a new
tui_layout_base::set_width member function.

There should be no user visible changes after this commit.
gdb/tui/tui-layout.c
gdb/tui/tui-layout.h