- Terminalselects the terminal mode and change the
terminal identification. 4014 selects 4014
alpha mode, DCM selects Display Control Mode
Keypadchooses the mode of the keypad, in
application mode escape sequences are sent by
all keys, in numeric mode only the top 4 keys
send escape codes (they are the keys F1 to F4
on a real VT100).
Cursormodeselects the two different sets of escape
sequences that can be sent by the cursor
keys.
Use masks out the 8th bit of sent or received
bytes for the terminal emulations, set to 8
bits if you want to use the 8 bit VT2XX mode
(this only effects ASCII file transfer and
not the other file transfer modes).
Scrollselects between slow and quick scroll.
Newline Modesets the VT100/102/200 newline mode (what is
sent when you press Return).
Wrapswitches the automatic wraparound at the end
of a line on and off.
Cursorselects blinking or non blinking, underline
or block cursor.
Backgroundsets the background (and naturally the foreground)
color
Deletechanges the way Backspace and Delete work,
if set to Delete Backspace will send
BS and Delete will send DEL,
set to Backspace the codes are exchanged.
Statuslinethe statusline
can be configured to be totally off, normal
or hostwritable (VT3XX compatible).