2019-11-19 16:37:58 +01:00
|
|
|
#ifndef _CONFIG_H_
|
|
|
|
|
#define _CONFIG_H_
|
|
|
|
|
|
|
|
|
|
#define TABSIZE 4 // Tab size as used in render
|
2019-11-30 21:37:46 +01:00
|
|
|
#define MAX_LINE 1024 // maximum line length on screen
|
2019-12-05 17:44:59 +01:00
|
|
|
#define PGK_DELTA 15
|
2019-11-19 16:37:58 +01:00
|
|
|
|
|
|
|
|
#endif
|