fbpad: pass NULL instead of 0 to wait_pid()
[fbpad.git] / config.h
blob86c1ec50c0b9cf2e6ba003acf81d0e4bf970c462
1 #define TAGS "xnlhtr01uiva-"
2 #define SHELL "ksh"
3 #define MAIL "mailx"
4 #define EDITOR "vi"
6 #define TINYFONT "/path/to/tinyfont/file.tf"
8 #define FGCOLOR 0
9 #define BGCOLOR 7
11 /* black */
12 #define COLOR0 0x000000
13 #define COLOR8 0x407080
14 /* red */
15 #define COLOR1 0xa02020
16 #define COLOR9 0xb05050
17 /* green */
18 #define COLOR2 0x156015
19 #define COLOR10 0x307030
20 /* yellow */
21 #define COLOR3 0x707030
22 #define COLOR11 0x909060
23 /* blue */
24 #define COLOR4 0x202070
25 #define COLOR12 0x303080
26 /* magenta */
27 #define COLOR5 0x903070
28 #define COLOR13 0xa05080
29 /* cyan */
30 #define COLOR6 0x602080
31 #define COLOR14 0x704090
32 /* white */
33 #define COLOR7 0xf0f0f0
34 #define COLOR15 0xdedede
36 /* where to write the screen shot */
37 #define SCREENSHOT "/tmp/scr"
39 /* framebuffer device */
40 #define FBDEV_PATH "/dev/fb0"
41 /* framebuffer depth */
42 typedef unsigned int fbval_t;