change G command to move to the specified aya
[cnoor.git] / config.h
blobeff7e17238c4e9e268a50a0be350e7425f4a3649
1 /* cnoor config file */
3 /* framebuffer depth */
4 typedef unsigned int fbval_t;
6 /* optimized version of fb_val() */
7 #define FB_VAL(r, g, b) fb_val((r), (g), (b))
9 /* you can get it from http://tanzil.info/download */
10 #define QURAN_PATH "/path/to/quran.txt"
11 /* it should be a utf-8 file with one aya per line or NULL */
12 #define TRANS_PATH "/path/to/translation.txt"
14 /* fonts and colors */
15 #define COLOR_FG 0x000000
16 #define COLOR_BG 0xd5ddff
17 #define FONT_QURAN "me_quran 17"
18 #define FONT_TRANS "DejaVu Sans 8"
19 #define FONT_NUM "DejaVu Sans Mono 7"
20 #define FONT_JUZ "DejaVu Sans Mono 7"
21 #define FONT_SAJDA "DejaVu Sans Mono 7"