screen: Windowlist

 
 7.4 Windowlist
 ==============
 
  -- Command: windowlist [-b] [-m] [-g]
  -- Command: windowlist string [STRING]
  -- Command: windowlist title [TITLE]
      ('C-a "')
      Display all windows in a table for visual window selection.  If
      screen was in a window group, screen will back out of the group and
      then display the windows in that group.  If the '-b' option is
      given, screen will switch to the blank window before presenting the
      list, so that the current window is also selectable.  The '-m'
      option changes the order of the windows, instead of sorting by
      window numbers screen uses its internal most-recently-used list.
      The '-g' option will show the windows inside any groups in that
      level and downwards.
 
      The following keys are used to navigate in 'windowlist':
 
      'k', 'C-p', or 'up' Move up one line.
 
      'j', 'C-n', or 'down' Move down one line.
 
      'C-g' or 'escape' Exit windowlist.
 
      'C-a' or 'home' Move to the first line.
 
      'C-e' or 'end' Move to the last line.
 
      'C-u' or 'C-d' Move one half page up or down.
 
      'C-b' or 'C-f' Move one full page up or down.
 
      '0..9' Using the number keys, move to the selected line.
 
      'mouseclick' Move to the selected line.  Available when
      'mousetrack' is set to 'on'.
 
      '/' Search.
 
      'n' Repeat search in the forward direction.
 
      'N' Repeat search in the backward direction.
 
      'm' Toggle MRU.
 
      'g' Toggle group nesting.
 
      'a' All window view.
 
      'C-h' or 'backspace' Back out the group.
 
      ',' Switch numbers with the previous window.
 
      '.' Switch numbers with the next window.
 
      'K' Kill that window.
 
      'space' or 'enter' Select that window.
 
      The table format can be changed with the string and title option,
      the title is displayed as table heading, while the lines are made
      by using the string setting.  The default setting is 'Num
      Name%=Flags' for the title and '%3n %t%=%f' for the lines.  See the
      string escapes chapter (SeeString Escapes) for more codes
      (e.g.  color settings).
 
      'Windowlist' needs a region size of at least 10 characters wide and
      6 characters high in order to display.