working on adding utf8
This commit is contained in:
@@ -101,6 +101,14 @@ struct tart_cell {
|
|||||||
char display;
|
char display;
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
|
#ifdef TART_UTF8
|
||||||
|
struct tart_cell {
|
||||||
|
tart_byte foreground;
|
||||||
|
tart_byte background;
|
||||||
|
tart_byte style;
|
||||||
|
char[2] display;
|
||||||
|
};
|
||||||
|
#endif
|
||||||
struct tart_cell {
|
struct tart_cell {
|
||||||
tart_byte foreground;
|
tart_byte foreground;
|
||||||
tart_byte background;
|
tart_byte background;
|
||||||
|
|||||||
Reference in New Issue
Block a user