8 lines
170 B
C
8 lines
170 B
C
#ifndef _CONFIG_H_
|
|
#define _CONFIG_H_
|
|
|
|
#define TABSIZE 4 // Tab size as used in render
|
|
#define MAX_LINE 1024 // maximum line length on screen
|
|
#define PGK_DELTA 15
|
|
|
|
#endif |