0
votes
How can I capture single keystrokes in a unix console app without blocking?
In Unix, whether on the system console or in an X terminal window, keyboard I/O goes through a virtual terminal. Device /dev/tty is the usual way, these days, of accessing a process's controlling …
