summaryrefslogtreecommitdiffstats
path: root/konsole/doc/VT100/Table.VT52
blob: d6faca3d2261ca99f4321abfb0c49f97294b05c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
VT52 Compatible Mode

: VT52A Cursor Up
c ESC A
: VT52b Cursor Down
c ESC B
: VT52C Cursor Right
c ESC C
: VT52D Cursor Left
c ESC D
: VT52F Select Special Graphics character set
c ESC F
: VT52G Select ASCII character set
c ESC G
: VT52H Cursor to home
c ESC H
: VT52I Reverse line feed
c ESC I
: VT52J Erase to end of screen
c ESC J
: VT52K Erase to end of line
c ESC K
: VT52Y Direct cursor address
c ESC Y {l} {c}
h
  Line and column numbers for direct cursor address are single
  character codes whose values are the desired number plus
  37 (in Octal). Line and column numbers start at 1.
e
: VT52Z Identify
c ESC Z
h
  Response to ESC Z is ESC / Z.
e
: VT52KBAM Enter alternate keypad mode
c ESC =
: VT52KEAM Exit alternate keypad mode
c ESC >
: VT52AM Enter ANSI mode
c ESC <