mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 04:04:18 -04:00
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
NUL|000|Ignored on input; not stored in buffer
|
|
EN|005|Transmit the ANSWERBACK message. The answerback message can be loaded in SET-UP B (i.e. is a configurable string).
|
|
BE|007|Sound bell
|
|
BS|010|Move cursor to the left one position, unless it is at the left margin, in which case no action is taken.
|
|
HT|011|Move cursor to the next tab stop, or to the right margin if no further tabs are set.
|
|
LF|012|Causes either a line feed or new line operation (See new line mode.)
|
|
VT|013|Same as <LF>.
|
|
FF|014|Same as <LF>.
|
|
CR|015|Move the cursor to the left margin of the current line.
|
|
SO|016|Invoke the G1 character set, as designated by the SCS control sequence.
|
|
SI|017|Invoke the G0 character set, as selected by the <ESC>( sequence.
|
|
DC1|021|Causes terminal to resume transmission (XON).
|
|
DC3|023|Causes terminal to stop transmitting all codes except XOFF and XON (XOFF).
|
|
CAN|030|If sent during a control sequence, the sequence id immediately terminated and not executed. It also causes the error character (checkerboard) to be displayed.
|
|
SUB|032|Same as <CAN>.
|
|
ESC|033|Introduces a control sequence.
|
|
DEL|177|Ignored on input; not stored in buffer.
|