aboutsummaryrefslogtreecommitdiffstats
path: root/src/ptty.c
diff options
context:
space:
mode:
authorjames <>2008-02-14 10:39:14 +0000
committerjames <>2008-02-14 10:39:14 +0000
commit5a4c8aa348f78026a568ff684b42ea1a2733aa2a (patch)
tree40c7846441cc396994359c83dba5b88a7a186255 /src/ptty.c
parent63abab3ba42f94c69677fced4f8b414e59ec4a37 (diff)
downloadsympathy-5a4c8aa348f78026a568ff684b42ea1a2733aa2a.tar.gz
sympathy-5a4c8aa348f78026a568ff684b42ea1a2733aa2a.tar.bz2
sympathy-5a4c8aa348f78026a568ff684b42ea1a2733aa2a.zip
*** empty log message ***
Diffstat (limited to 'src/ptty.c')
-rw-r--r--src/ptty.c4
1 files changed, 4 insertions, 0 deletions
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;
}