Use raw_read()/raw_write() and go back to using socket_select() on !Win32.
No longer blocks for an extra keypress at termination on *nix. Something like raw_poll or something will be needed to let Win32 work (and to avoid the silly socket_select(file) usage).
Please register or sign in to comment