cosmopolitan/test
Justine Tunney d6c2830850
Rewrite Windows console input handling
This change removes our use of ENABLE_VIRTUAL_TERMINAL_INPUT (which
isn't very good) in favor of having read() translate Windows Console
input events to ANSI/XTERM sequences by hand. This makes it possible to
capture important keystrokes (e.g. ctrl-space) that weren't possible
before. Most importantly this change also removes the stdin/sigwinch
worker threads, which never really worked that well. Interactive TTY
sessions will now work reliably when a Cosmo process spawns or forks
another Cosmo process, e.g. unbourne.com launching emacs.com.
2023-09-19 11:53:27 -07:00
..
dsp Fix warnings 2023-09-01 20:50:18 -07:00
libc Rewrite Windows console input handling 2023-09-19 11:53:27 -07:00
net Make improvements 2023-09-06 12:34:59 -07:00
tool Make improvements 2023-09-18 21:04:47 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00