X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fptty.c;h=63d1e44738f7ff240a1523d898f42995e686b75c;hb=1191192d054da2be10658472c29f95e2494ea18f;hp=c0f85f5689e647e7f1afc8e8a62e1d5c33222dc5;hpb=940f48e7089157e6ffae29936226ade7b1176b02;p=sympathy.git diff --git a/src/ptty.c b/src/ptty.c index c0f85f5..63d1e44 100644 --- a/src/ptty.c +++ b/src/ptty.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.4 2008/02/14 10:39:14 james + * *** empty log message *** + * * Revision 1.3 2008/02/13 09:12:21 james * *** empty log message *** * @@ -164,6 +167,7 @@ ptty_open (char *path, char *argv[]) t->wfd = t->fd; t->size.x = winsize.ws_row; t->size.y = winsize.ws_col; + t->blocked = 0; return (TTY *) t; }