Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.

This commit is contained in:
Hisham Muhammad
2012-12-05 15:12:20 +00:00
parent 2a73405cd0
commit 00b324bfc1
64 changed files with 662 additions and 566 deletions

4
CRT.h
View File

@ -101,10 +101,10 @@ typedef enum ColorElements_ {
// TODO: centralize these in Settings.
extern int CRT_delay;
extern int CRT_colorScheme;
extern bool CRT_utf8;
extern int CRT_colors[LAST_COLORELEMENT];
extern int CRT_cursorX;