nix
nix copied to clipboard
sys::termios: adding ControlFlags::ECHO
trafficstars
enable echoing on input characters.
while at it with this new flag, fixing pty open_tty_pair test for solarish. While the test_write_ptty_pair passes, the test_read_ptty_pair fails when filling the master buffer.
Thus, we disable canonical and echo modes on the slave.