added a temperary buffer when running

This commit is contained in:
2025-10-30 18:05:35 -07:00
parent 0abe4974df
commit 3d755bd9a7
4 changed files with 40 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ extern "C" {
#endif
#include "../source/term.h"
#include <stdio.h>
// #========================================================================#
// | PreacherDHM:TART
// |
@@ -169,6 +170,7 @@ struct tart_window {
};
struct tart_window tart_create_window();
void tart_destroy_window(struct tart_window* window);
struct tart_buffer tart_create_buffer(tart_id id, struct tart_vec2 size, struct tart_vec2 position);
tart_byte tart_restore_window(struct tart_window*);