From 759e590db1b0adeb39ce552439b5811423399ec1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 7 May 2012 09:15:05 +1200 Subject: [PATCH] console_codes.4: ffix Reported-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- man4/console_codes.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 0fbd09698..c0690691f 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -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).