nix icon indicating copy to clipboard operation
nix copied to clipboard

sys::termios: adding ControlFlags::ECHO

Open devnexen opened this issue 1 year ago • 0 comments
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.

devnexen avatar May 30 '24 20:05 devnexen