From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Stephane Carrez Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Add configuration variables to TUI Date: Mon, 23 Jul 2001 12:10:00 -0000 Message-id: <3B5C768A.4050809@cygnus.com> References: <3B59DCEB.46EE93C1@worldnet.fr> X-SW-Source: 2001-07/msg00574.html > Hi! > > The following patch introduces the following configuration variables for TUI: > > set tui-active-border-mode -- Set the attribute mode to use for the active TUI window border > set tui-border-kind -- Set the kind of border for TUI windows > set tui-border-mode -- Set the attribute mode to use for the TUI window borders > > It allows to configure to use ascii (+ - |) or acs (graphics) to display borders. I think these should be called: set tui active-border-mode et.al. (remote.c has an example of how to set this up.) Andrew > I've committed this patch (documentation is separate). > > 2001-07-21 Stephane Carrez > > * 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. > >