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
man:window_types [2010-01-20 16:33]
207.53.192.2 Add examples.
man:window_types [2021-02-19 20:04] (current)
asciiphil old revision restored (2014-07-12 12:18)
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.
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