7 lines
149 B
C
7 lines
149 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
|
|
|
|
#endif |