changed how buffers work a buffer now renders as a stream
This commit is contained in:
@@ -118,6 +118,7 @@ struct tart_cell {
|
||||
tart_byte background;
|
||||
tart_byte style;
|
||||
char display;
|
||||
struct tart_vec2 screen_pos;
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -155,6 +156,7 @@ struct tart_buffer {
|
||||
struct tart_vec2 size;
|
||||
struct tart_vec2 position;
|
||||
struct tart_cell* cells;
|
||||
unsigned int current_idx;
|
||||
};
|
||||
|
||||
/* Tart Window
|
||||
|
||||
Reference in New Issue
Block a user