1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-26 12:02:58 +00:00

Added option rawer for pty

This commit is contained in:
Gerhard Rieger 2015-01-11 15:29:07 +01:00
parent 8c8f817780
commit 522bb45479
6 changed files with 24 additions and 3 deletions

View file

@ -178,7 +178,9 @@ case "$UNAME" in
# ;;
*)
PTYOPTS="echo=0,opost=0"
PTYOPTS2="raw,echo=0"
#PTYOPTS2="raw,echo=0"
#PTYOPTS2="cfmakeraw"
PTYOPTS2="rawer"
;;
esac