--- libaitio/src/pty.c 2011/09/28 14:36:31 1.1.2.9 +++ libaitio/src/pty.c 2011/09/28 15:23:22 1.1.2.10 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pty.c,v 1.1.2.9 2011/09/28 14:36:31 misho Exp $ +* $Id: pty.c,v 1.1.2.10 2011/09/28 15:23:22 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -326,6 +326,8 @@ ioForkPTY(int *ptyfd, char * __restrict name, int name break; default: close(ttyfd); + + ioSetRAWMode(*ptyfd, otio); /* PARENT */ break;