This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [PATCHSET] [3/4] Fix various issue in TUI


On 12/31/2014 05:50 PM, Eli Zaretskii wrote:
> This patch fixes a couple of problems with documentation of TUI
> features.
> 
> OK?

Looks fine to me.

> 
> 2014-12-31  Eli Zaretskii  <eliz@gnu.org>
> 
> 	* gdb/tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
> 	Doc fix.
> 


> 	* gdb/doc/gdb.texinfo (TUI Commands): Document the possible
> 	values of NAME argument to 'winheight' command.  Explain the
> 	effect of 'tabset' setting better.

Recall that gdb/doc/ has its own ChangeLog.

>  @item tabset @var{nchars}
>  @kindex tabset
> -Set the width of tab stops to be @var{nchars} characters.
> +Set the width of tab stops to be @var{nchars} characters.  This
> +setting affects the display of TAB characters in the source and
> +assembly windows.
>  @end table

(this is yet another setting that would be nicer if the TUI reflected
updates immediately.)

Thanks,
Pedro Alves


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