Differences between version 3 and predecessor to the previous major change of console(4).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, June 4, 2002 12:25:02 am | by perry | Revert |
Older page: | version 2 | Last edited on Tuesday, June 4, 2002 12:25:02 am | by perry | Revert |
@@ -40,11 +40,11 @@
Common ways to switch consoles are: (a) use Alt+F''n'' or
Ctrl+Alt+F''n'' to switch to console ''n'';
-AltGr+F''n'' might bring you to console ''n''+12 [[here
-Alt and AltGr refer to the left and right Alt keys,
-respectively]; (b) use Alt+RightArrow or Alt+LeftArrow to
+!
AltGr+F''n'' might bring you to console ''n''+12 [[here
+Alt and !
AltGr refer to the left and right Alt keys,
+respectively]; (b) use Alt+!
RightArrow or Alt+!
LeftArrow to
cycle through the presently allocated consoles; (c) use the
program chvt(1). (The key mapping is user settable, see
loadkeys(1); the above mentioned key combinations are
according to the default settings.)
@@ -61,20 +61,20 @@
other time. The most important fact is that the consoles
simulate vt100 terminals. In particular, a console is reset
to the initial state by printing the two characters ESC c.
All escape sequences can be found in
-console_codes(4).
+__
console_codes__
(4).
!!FILES
''/dev/console
/dev/tty*''
!!SEE ALSO
-charsets(4), console_codes(4),
-console_ioctl(4), mknod(1), tty(4),
+charsets(4), __
console_codes__
(4),
+__
console_ioctl__
(4), mknod(1), tty(4),
ttys(4), getty(8), init(8),
chvt(1), open(1), deallocvt(1),
loadkeys(1), resizecons(8),
consolechars(8), mapscrn(8).
----