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

@@ -9,6 +9,9 @@
// #========================================================================#
#ifndef TERM_H
#define TERM_H
#define NOREAD 0
#include "tart.h"
struct tart_vec2 term_current_size();
@@ -23,6 +26,10 @@ int term_threaded_input_stop();
char term_tinputi(int idx);
char* term_tinputb();
char term_tinput();
unsigned char term_key_pressed();
void term_handled_key();
void term_end_of_key();
void term_start_read();
void term_disable_cursor();
void term_enable_cursor();