added a temperary buffer when running
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user