diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-21 19:44:38 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-21 19:44:38 +0000 |
commit | af101512330aa06212f39e1af3691f8da8158692 (patch) | |
tree | 236201fe89831c633a695dfd822f04edc6e567cb /gdb/tui/ChangeLog | |
parent | 56347833653a3fa317f87261d50cfc05935b3c77 (diff) | |
download | gdb-af101512330aa06212f39e1af3691f8da8158692.zip gdb-af101512330aa06212f39e1af3691f8da8158692.tar.gz gdb-af101512330aa06212f39e1af3691f8da8158692.tar.bz2 |
* tuiGeneralWin.c (boxWin): Use the tui configuration variables.
* tuiWin.h: Declare the new variables.
* tuiWin.c (_initialize_tuiWin): Create TUI configuration variables.
(tui_update_variables): New function.
(translate): New function.
(tui_border_kind_enums, tui_border_mode_enums): New tables.
(tui_border_mode_translate): New table.
(tui_border_kind_translate_*): New tables.
(tui_active_border_mode): New variables.
(tui_border_*): New variables.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 29ddeb1..1f2ddd6 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,5 +1,18 @@ 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr> + * tuiGeneralWin.c (boxWin): Use the tui configuration variables. + * tuiWin.h: Declare the new variables. + * tuiWin.c (_initialize_tuiWin): Create TUI configuration variables. + (tui_update_variables): New function. + (translate): New function. + (tui_border_kind_enums, tui_border_mode_enums): New tables. + (tui_border_mode_translate): New table. + (tui_border_kind_translate_*): New tables. + (tui_active_border_mode): New variables. + (tui_border_*): New variables. + +2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr> + * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. (_makeVisibleWithNewHeight): Use TuiLineOrAddress type. |