summaryrefslogtreecommitdiff
path: root/dviware/dvgtk/etc/sane
blob: fd766d1796424c8f414e5b31232f05b555b11a2a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# sane
# Complete, sane stty settings, for NCSA Telnet connection.

stty sane
stty 38400  # the baud rate is important: modify to suit
stty -parenb cs8 -istrip tab3

# end sane