Searched refs:oldtty (Results 1 – 2 of 2) sorted by relevance
20 oldtty=`stty -g 2>/dev/null`27 if test $? -eq 0 -a -n "$oldtty"; then
42 oldtty = termios.tcgetattr(sys.stdin)67 termios.tcsetattr(sys.stdin, termios.TCSADRAIN, oldtty)