This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH]: Add configuration variables to TUI


> 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  <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.
> 
> 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]