diff options
author | Tom Tromey <tom@tromey.com> | 2019-10-08 15:44:18 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-11-12 12:29:14 -0700 |
commit | d9fcefd53a7615b116cab0b0cd2085539d12bb6f (patch) | |
tree | 13908af6850aa62b5e85c779df868d49de10c377 /gdb/ChangeLog | |
parent | 45e4216376f37e543fc80062025cab0c2d9faf35 (diff) | |
download | gdb-d9fcefd53a7615b116cab0b0cd2085539d12bb6f.zip gdb-d9fcefd53a7615b116cab0b0cd2085539d12bb6f.tar.gz gdb-d9fcefd53a7615b116cab0b0cd2085539d12bb6f.tar.bz2 |
Move _initialize_tui_layout to end of file
This moves _initialize_tui_layout to the end of the file, conforming
to the typical gdb style.
gdb/ChangeLog
2019-11-12 Tom Tromey <tom@tromey.com>
* tui/tui-layout.c (_initialize_tui_layout): Move to end.
Change-Id: I667f741b44b2bc470878a36f093a96d89fa31893
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ee9a464..f1a05e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-11-12 Tom Tromey <tom@tromey.com> + * tui/tui-layout.c (_initialize_tui_layout): Move to end. + +2019-11-12 Tom Tromey <tom@tromey.com> + * tui/tui-win.c (resize_message): New global. (show_tui_resize_message): New function. (tui_async_resize_screen): Print message if requested. |