mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Fix some additional Windows TTY issues
This commit is contained in:
parent
f26a280cda
commit
1694edf85c
12 changed files with 107 additions and 43 deletions
|
@ -92,7 +92,7 @@ int EnableRawMode(void) {
|
|||
perror("tcsetattr");
|
||||
}
|
||||
|
||||
WRITE(outfd, ENABLE_MOUSE_TRACKING);
|
||||
/* WRITE(outfd, ENABLE_MOUSE_TRACKING); */
|
||||
/* WRITE(outfd, ENABLE_SAFE_PASTE); */
|
||||
/* WRITE(outfd, PROBE_DISPLAY_SIZE); */
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue