File: DECdrawing.inc

package info (click to toggle)
golang-github-ddevault-go-libvterm 0.0~git20190526.b7d861d-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 752 kB
  • sloc: ansic: 5,945; perl: 194; makefile: 113
file content (36 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (8)
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
static const struct StaticTableEncoding encoding_DECdrawing = {
  { .decode = &decode_table },
  {
    [0x60] = 0x25C6,
    [0x61] = 0x2592,
    [0x62] = 0x2409,
    [0x63] = 0x240C,
    [0x64] = 0x240D,
    [0x65] = 0x240A,
    [0x66] = 0x00B0,
    [0x67] = 0x00B1,
    [0x68] = 0x2424,
    [0x69] = 0x240B,
    [0x6a] = 0x2518,
    [0x6b] = 0x2510,
    [0x6c] = 0x250C,
    [0x6d] = 0x2514,
    [0x6e] = 0x253C,
    [0x6f] = 0x23BA,
    [0x70] = 0x23BB,
    [0x71] = 0x2500,
    [0x72] = 0x23BC,
    [0x73] = 0x23BD,
    [0x74] = 0x251C,
    [0x75] = 0x2524,
    [0x76] = 0x2534,
    [0x77] = 0x252C,
    [0x78] = 0x2502,
    [0x79] = 0x2A7D,
    [0x7a] = 0x2A7E,
    [0x7b] = 0x03C0,
    [0x7c] = 0x2260,
    [0x7d] = 0x00A3,
    [0x7e] = 0x00B7,
  }
};