File: config.h

package info (click to toggle)
root-tail 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: ansic: 1,294; makefile: 77
file content (16 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* root tail compile time defaults */

#define DEF_COLOR       "white"
#define DEF_CONT_COLOR  "grey"

//default font.. -font at runtime should work
#define USE_FONT        "*"

//default positions.. can be changed with -g at runtime
#define STD_WIDTH       730
#define STD_HEIGHT      530
#define LOC_X           30
#define LOC_Y           30

#define VERSION "1.3"