Changes between Initial Version and Version 1 of Ticket #4096, comment 1
- Timestamp:
- 06/17/20 01:15:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4096, comment 1
initial v1 1 1 Putty "stty -a" output: 2 2 3 4 {{{ 3 5 $ stty -a 4 6 speed 38400 baud; rows 63; columns 200; line = 0; … … 9 11 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 10 12 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho -extproc 13 14 }}}