ste/src/config.h
gunboy001 fac8e0d96a working render of unicode characters
everything is to document and I left a lot of
garbage comments :p
2019-11-30 21:37:46 +01:00

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