console_codes.4: ffix

Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-07 09:15:05 +12:00
parent 56f2caff29
commit 759e590db1
1 changed files with 4 additions and 4 deletions

View File

@ -175,7 +175,7 @@ and this entire sequence is ignored.
.PP
The action of a CSI sequence is determined by its final character.
.TS
l l l l.
l l l.
@ ICH Insert the indicated # of blank characters.
A CUU Move cursor up the indicated # of rows.
B CUD Move cursor down the indicated # of rows.
@ -196,14 +196,14 @@ K EL Erase line (default: from cursor to end of line).
ESC [ 2 K: erase whole line.
L IL Insert the indicated # of blank lines.
M DL Delete the indicated # of lines.
P DCH Delete the indicated # of characters on the current line.
X ECH Erase the indicated # of characters on the current line.
P DCH Delete the indicated # of characters on current line.
X ECH Erase the indicated # of characters on current line.
a HPR Move cursor right the indicated # of columns.
c DA Answer ESC [ ? 6 c: "I am a VT102".
d VPA Move cursor to the indicated row, current column.
e VPR Move cursor down the indicated # of rows.
f HVP Move cursor to the indicated row, column.
g TBC Without parameter: clear tab stop at the current position.
g TBC Without parameter: clear tab stop at current position.
ESC [ 3 g: delete all tab stops.
h SM Set Mode (see below).
l RM Reset Mode (see below).