cstring and csprite are working
This commit is contained in:
@@ -170,9 +170,9 @@ char term_tinput() {
|
||||
return __term_input_buffer__[0];
|
||||
}
|
||||
void term_disable_cursor() {
|
||||
fputs("\033[?25l", stdout);
|
||||
printf("\033[?25l", stdout);
|
||||
}
|
||||
|
||||
void term_enable_cursor() {
|
||||
fputs("\033[?25h", stdout);
|
||||
printf("\033[?25h", stdout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user