term: fix a few vt102 bugs
[fbpad.git] / config.h
blobc3576a2ee4d1809c75addebc88749e1fc0ee745e
1 #define TAGS "xnlhtrv-"
2 #define SHELL "/bin/bash"
3 #define MAIL "mutt"
4 #define EDITOR "vim"
6 #define FONTFACE "/usr/lib/X11/fonts/TTF/DejaVuSansMono.ttf"
7 #define FONTSIZE 10
8 #define DPI 196
9 #define WIDTHDIFF 1
11 #define FGCOLOR 0
12 #define BGCOLOR 7
14 /* black */
15 #define COLOR0 0x0a0a0a
16 #define COLOR8 0x71a3b7
17 /* red */
18 #define COLOR1 0xc04444
19 #define COLOR9 0xc08888
20 /* green */
21 #define COLOR2 0x339933
22 #define COLOR10 0x779977
23 /* yellow */
24 #define COLOR3 0xcccc66
25 #define COLOR11 0xcccc99
26 /* blue */
27 #define COLOR4 0x5566bc
28 #define COLOR12 0x8899bc
29 /* magenta */
30 #define COLOR5 0xcd66af
31 #define COLOR13 0xcd99af
32 /* cyan */
33 #define COLOR6 0xa166cd
34 #define COLOR14 0xa199cd
35 /* white */
36 #define COLOR7 0xeeeeee
37 #define COLOR15 0xdedede
39 /* framebuffer depth */
40 typedef unsigned short fbval_t;