commit | 4b52a3872b2ebfc85ef1700638f51f11e2ed7d2c | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Jan 24 17:49:12 2022 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Sun Apr 03 15:15:08 2022 +0100 |
tree | a884d47286196c4bf3ae673b70541d545a7d7356 | |
parent | 51c2a9e24396f69c1e7eba6cef042fad7c07880e [diff] |
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.