aboutsummaryrefslogtreecommitdiffstats
path: root/src/ptty.c
diff options
context:
space:
mode:
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 63d1e44..1e3ce36 100644
--- a/src/ptty.c
+++ b/src/ptty.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.5 2008/02/15 23:52:12 james
+ * *** empty log message ***
+ *
* Revision 1.4 2008/02/14 10:39:14 james
* *** empty log message ***
*
@@ -168,6 +171,7 @@ ptty_open (char *path, char *argv[])
t->size.x = winsize.ws_row;
t->size.y = winsize.ws_col;
t->blocked = 0;
+ t->hanging_up = 0;
return (TTY *) t;
}