Penguin
Annotated edit history of chvt(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 CHVT
2 !!!CHVT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 chvt - change foreground virtual terminal
12 !!SYNOPSIS
13
14
15 __chvt__''N''
16 !!DESCRIPTION
17
18
19 The command __chvt__ ''N'' makes /dev/tty''N'' the
20 foreground terminal. The corresponding screen is created if
21 it did not exist yet. To get rid of unused VTs, use
22 deallocvt(1).
23
24
25 The keymap action `Console_''N''' (usually bound to key
2 perry 26 combination (Ctrl-)!LeftAlt-F''N'', with ''N'' in the
27 range 1-12, and to !RightAlt-F''N-12'' with ''N'' in
1 perry 28 the range 13-24) also allows to switch to another VT, but
29 really switches only if it is already allocated. This
30 prevents allocating new VTs with a misplaced
31 keystroke.
32 !!SEE ALSO
33
34
35 deallocvt(1).
36 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.