Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
man:window_types [2010-01-21 23:48]
asciiphil Page moved from window_types to man:window_types
man:window_types [2014-07-12 12:18]
83.134.109.174 Typo
Line 1: Line 1:
 ====== Window Types ====== ====== Window Types ======
  
-[//Stolen pretty much verbatim from the man page.  <PMG>//+Screen provides three different window types.  New windows are created with //screen//'s [[commands:screen]] command (see also the entry in chapter [[customization]]).  The first parameter to the [[commands:screen]] command defines which type of window is created.  The different window types are all special cases of the normal type.  They have been added in order to allow //screen// to be used efficiently as a console multiplexer with 100 or more windows.
- +
-Screen provides three different window types.  New windows are created with //screen//'s [[commands:screen]] command (see also the entry in chapter [[:customization]]).  The first parameter to the [[commands:screen]] command defines which type of window is created.  The different window types are all special cases of the normal type.  They have been added in order to allow //screen// to be used efficiently as a console multiplexer with 100 or more windows.+
  
 ===== Normal Windows ===== ===== Normal Windows =====
Line 37: Line 35:
 ''screen /dev/ttyS0'' -- Creates a new window and connects it to /dev/ttyS0 with the default settings from the terminal driver. ''screen /dev/ttyS0'' -- Creates a new window and connects it to /dev/ttyS0 with the default settings from the terminal driver.
  
-''screen /dev/ttyUSB1 19200,cx8'' -- Creates a new window and connects it to /dev/ttyUSB1 at 19200 baud with 8-bit bytes.+''screen /dev/ttyUSB1 19200,cs8'' -- Creates a new window and connects it to /dev/ttyUSB1 at 19200 baud with 8-bit bytes.
  
 ===== Telnet Windows ===== ===== Telnet Windows =====

User Tools