]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix TUI-related documentation.
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Jan 2015 11:31:36 +0000 (13:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Jan 2015 11:33:25 +0000 (13:33 +0200)
tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
Doc fix.
doc/gdb.texinfo (TUI Commands): Document the possible
values of NAME argument to 'winheight' command.  Explain the
effect of 'tabset' setting better.

gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/tui/tui-win.c

index e59c9d5c085604418c77f79ad9cc3d0219730e51..ae82f498a865141e715cc85bb3623e0a513f82cd 100644 (file)
@@ -1,5 +1,8 @@
 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
 
+       * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
+       Doc fix.
+
        * tui/tui-data.h (LINE_PREFIX): Make shorter
        (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
        "Thread NNNNN.XXXX" thread ID notation on Windows.
index 33f233d3fb9b734e9772974beac02ee8b09a8dd8..4d2470a11ec388f296f5fe938c0807ecfd3b0c10 100644 (file)
@@ -1,3 +1,9 @@
+2015-01-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * doc/gdb.texinfo (TUI Commands): Document the possible
+       values of NAME argument to 'winheight' command.  Explain the
+       effect of 'tabset' setting better.
+
 2015-01-11  Doug Evans  <xdje42@gmail.com>
 
        PR gdb/15830
index b059ac2e1e27d008db5773b359c5794f8f06ff3a..f413e23233f760adaf141134afb2ad29098fc1bc 100644 (file)
@@ -24609,11 +24609,15 @@ Update the source window and the current execution point.
 @kindex winheight
 Change the height of the window @var{name} by @var{count}
 lines.  Positive counts increase the height, while negative counts
-decrease it.
+decrease it.  The @var{name} parameter can be one of @code{src} (the
+source window), @code{cmd} (the command window), @code{asm} (the
+disassembly window), or @code{regs} (the register display window).
 
 @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
 
 @node TUI Configuration
index f3f0a8c4086be6b2f45ffe5336f1ff24b4659f0a..0d155fbd2ca1aa2de5a28fa5d6651d7c3a21dd65 100644 (file)
@@ -401,10 +401,10 @@ Usage: + [win] [n]\n"));
 Scroll window backward.\n\
 Usage: - [win] [n]\n"));
   add_com ("<", class_tui, tui_scroll_left_command, _("\
-Scroll window forward.\n\
+Scroll window text to the left.\n\
 Usage: < [win] [n]\n"));
   add_com (">", class_tui, tui_scroll_right_command, _("\
-Scroll window backward.\n\
+Scroll window text to the right.\n\
 Usage: > [win] [n]\n"));
   if (xdb_commands)
     add_com ("w", class_xdb, tui_xdb_set_win_height_command, _("\