Enumeration csConst

A control sequence introducer command.

Enumeration Members

cbt: "Z"

Cursor Backward Tabulation. Move cursor Ps tabs backward (default=1).

cha: "G"

Cursor Horizontal Absolute. Move cursor to Ps-th column of the active row (default=1).

cht: "I"

Cursor Horizontal Tabulation. Move cursor Ps times tabs forward (default=1).

cnl: "E"

Cursor Next Line. Move cursor Ps times down (default=1) and to the first column.

cpl: "F"

Cursor Previous Line. Move cursor Ps times up (default=1) and to the first column.

cub: "D"

Cursor Backward. Move cursor Ps times backward (default=1).

cud: "B"

Cursor Down. Move cursor Ps times down (default=1).

cuf: "C"

Cursor Forward. Move cursor Ps times forward (default=1).

cup: "H"

Cursor Position. Set cursor to position [Ps, Ps] (default = [1, 1]).

cuu: "A"

Cursor Up. Move cursor Ps times up (default=1).

dch: "P"

Delete Characters. Delete Ps characters (default=1).

dcl: "'~"

Delete Columns. Delete Ps columns at cursor position.

dl: "M"

Delete Lines. Delete Ps lines at active row (default=1).

dsr: "n"

Device Status Report. Request cursor position (CPR) with Ps = 6.

ech: "X"

Erase Characters. Erase Ps characters from current cursor position to the right (default=1).

ed: "J"

Erase In Display. Erase various parts of the viewport.

el: "K"

Erase In Line. Erase various parts of the active row.

ich: "@"

Insert Characters. Insert Ps (blank) characters (default = 1).

icl: "'}"

Insert Columns. Insert Ps columns at cursor position.

il: "L"

Insert Lines. Insert Ps blank lines at active row (default=1).

rch: "b"

Repeat Preceding Character. Repeat preceding character Ps times (default=1).

rcp: "u"

Restore Cursor. Restore cursor position, charmap and text attributes.

rm: "l"

Reset Mode. Reset various terminal attributes.

scp: "s"

Save Cursor. Save cursor position, charmap and text attributes.

scs: "SPq"

Set Cursor Style.

sd: "T"

Scroll Down. Scroll Ps lines down (default=1).

sgr: "m"

Select Graphic Rendition. Set/Reset various text attributes.

sl: "SP@"

Scroll Left. Scroll viewport Ps times to the left.

sm: "h"

Set Mode. Set various terminal modes.

sr: "SPA"

Scroll Right. Scroll viewport Ps times to the right.

str: "!p"

Soft Terminal Reset. Reset several terminal attributes to initial state.

su: "S"

Scroll Up. Scroll Ps lines up (default=1).

tbc: "g"

Tab Clear. Clear tab stops at current position (0) or all (3) (default=0).

tbm: "r"

Set Top and Bottom Margins. Set top and bottom margins of the viewport [top;bottom] (default = viewport size).

vpa: "d"

Vertical Position Absolute. Move cursor to Ps-th row (default=1).

vpr: "e"

Vertical Position Relative. Move cursor Ps times down (default=1).