mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Show cursor on exit
This commit is contained in:
parent
2cafc6fd74
commit
7b7b08e626
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const uvm32_mapping_t env[] = {
|
|||
|
||||
void disableRawMode(void) {
|
||||
tcsetattr(STDIN_FILENO, TCSAFLUSH, &orig_termios);
|
||||
printf("\033c");
|
||||
printf("\033[?25h"); // show cursor
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue