Penguin
Blame: setmetamode(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of setmetamode(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SETMETAMODE
2 !!!SETMETAMODE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXAMPLE
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 setmetamode - define the keyboard meta key handling
14 !!SYNOPSIS
15
16
17 __setmetamode [[__
18 ''meta''__|__''bit''__|__''metabit'' __|__
19 ''esc''__|__''prefix''__|__''escprefix''
20 __]__
21 !!DESCRIPTION
22
23
24 Without argument, __setmetamode__ prints the current Meta
25 key mode. With argument, it sets the Meta key mode as
26 indicated. The setting before and after the change are
27 reported.
28
29
30 The Meta key mode is specific for each VT (and the VT
31 corresponding to stdin is used).
32 !!OPTIONS
33
34
35 ''esc prefix escprefix''
36
37
38 The Meta key sends an Escape prefix.
39
40
41 ''meta bit metabit''
42
43
44 The Meta key sets the high order bit of the
45 character.
46 !!EXAMPLE
47
48
49 One might use __setmetamode__ in an ''/etc/rc'' script
50 to define the initial state of the Meta key mode, e.g.
51 by
52
53
54 INITTY=/dev/tty[[1-8]
55 for tty in $INITTY; do
56
57
58 setmetamode escprefix
59
60
61 done
62 !!SEE ALSO
63
64
65 loadkeys(1).
66 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.