ste/src/config.h

7 lines
149 B
C
Raw Normal View History

2019-11-19 16:37:58 +01:00
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define TABSIZE 4 // Tab size as used in render
#define MAX_LINE 1024 // maximum line length on screen
2019-11-19 16:37:58 +01:00
#endif