diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-24 16:43:08 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-24 16:43:08 +0000 |
commit | 3e752b0491df868a89f370a136a0edb94c5081f5 (patch) | |
tree | 9a0751f17bcf9158492e9a5a9bcbca6ddff74397 /gdb/tui/ChangeLog | |
parent | c7037be10d946a1e11e3e30d7fc82656fa17aa93 (diff) | |
download | gdb-3e752b0491df868a89f370a136a0edb94c5081f5.zip gdb-3e752b0491df868a89f370a136a0edb94c5081f5.tar.gz gdb-3e752b0491df868a89f370a136a0edb94c5081f5.tar.bz2 |
* tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what
is the size of command window.
(tuiResizeAll): Call it instead of init_page_info.
* tui.c (tui_enable): Call it to resize to TUI command window.
(tui_disable): Likewise for plain screen.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 01ac7d9..32df100 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,5 +1,13 @@ 2002-08-24 Stephane Carrez <stcarrez@nerim.fr> + * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what + is the size of command window. + (tuiResizeAll): Call it instead of init_page_info. + * tui.c (tui_enable): Call it to resize to TUI command window. + (tui_disable): Likewise for plain screen. + +2002-08-24 Stephane Carrez <stcarrez@nerim.fr> + * tui.c (tui_enable): Use tuiSetLayout instead of showLayout and use tuiShowFrameInfo instead of tuiSetLocatorContent. * tuiLayout.h (showLayout): Remove. |