From: Stephane Carrez Date: Sat, 26 Jul 2003 07:40:14 +0000 (+0000) Subject: * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. X-Git-Tag: cagney_x86i386-20030821-branchpoint~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881354e0c4fc3330010b7bad9c0526ed2f5d4267;p=thirdparty%2Fbinutils-gdb.git * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index edd7be27535..6ad9e24c71d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-26 Stephane Carrez + + * gdb.texinfo (TUI Keys): Document C-x o key to switch active window. + 2003-07-02 Daniel Jacobowitz * gdb.texinfo (Logging output): New chapter. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e6da37c3b80..a66f9b9bec7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13844,6 +13844,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 @@ -13885,9 +13893,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