Manual Page Result
0
Command: sc | Section: 4 | Source: UNIX v7 | File: sc.4
SC(4) Kernel Interfaces Manual SC(4)
NAME
sc - system console
DESCRIPTION
The sc driver implements a virtual terminal interface supplying access
to the PC screen and keyboard.
Escape code recognised by the driver are:
@ reset
A cursor up
B cursor down
C cursor right
D cursor left
E clear screen
F alt char set start
G alt char set end
H cursor home
I back tab
J clear to end of display
K clear to end of line
L insert line
M delete line
N delete character
O insert character
P scroll forward
Q scroll reverse
R reserved
S standout start
T standout end
U underscore start
V underscore end
W termcap mode start
X termcap mode end
Yrc cursor motion
Zx special mode
where `r' (0-based row) and `c' (0-based column) and `x' are each off-
set by a blank character (040).
FILES
/dev/console
SC(4)