diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-07-26 07:38:54 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-07-26 07:38:54 +0000 |
commit | 72ffddc92807fede9220237752b124bf4b2dfd93 (patch) | |
tree | 465644882b5834f85aa6cbcbf1acbcb195bf3a75 /gdb/doc | |
parent | 3cddba1e54cbf32f53bebe904341dca542fb2a8c (diff) | |
download | gdb-72ffddc92807fede9220237752b124bf4b2dfd93.zip gdb-72ffddc92807fede9220237752b124bf4b2dfd93.tar.gz gdb-72ffddc92807fede9220237752b124bf4b2dfd93.tar.bz2 |
* gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 15 |
2 files changed, 16 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c9a903b..81652d4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-26 Stephane Carrez <stcarrez@nerim.fr> + + * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. + 2003-07-24 Daniel Jacobowitz <drow@mvista.com> * gdbint.texinfo (libgdb components): Correct a GDB to GDBN. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5db0bce..022b34d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13857,6 +13857,14 @@ previous layout and the new one. Think of it as the Emacs @kbd{C-x 2} binding. +@kindex C-x o +@item C-x o +Change the active window. The TUI associates several key bindings +(like scrolling and arrow keys) to the active window. This command +gives the focus to the next TUI window. + +Think of it as the Emacs @kbd{C-x o} binding. + @kindex C-x s @item C-x s Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands @@ -13898,9 +13906,10 @@ Refresh the screen. @end table In the TUI mode, the arrow keys are used by the active window -for scrolling. This means they are not available for readline. It is -necessary to use other readline key bindings such as @key{C-p}, @key{C-n}, -@key{C-b} and @key{C-f}. +for scrolling. This means they are available for readline when the +active window is the command window. When the command window +does not have the focus, it is necessary to use other readline +key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}. @node TUI Single Key Mode @section TUI Single Key Mode |