diff options
author | james <> | 2008-02-15 23:52:12 +0000 |
---|---|---|
committer | james <> | 2008-02-15 23:52:12 +0000 |
commit | 85a601f7fcaaa64d58567779236a4f3568c219ad (patch) | |
tree | 8f759603b660edb1ff7419cd10d4787f3a2fd33b /src/ptty.c | |
parent | 15e84568cdefdddc2191d15156ab5e35d57b47be (diff) | |
download | sympathy-85a601f7fcaaa64d58567779236a4f3568c219ad.tar.gz sympathy-85a601f7fcaaa64d58567779236a4f3568c219ad.tar.bz2 sympathy-85a601f7fcaaa64d58567779236a4f3568c219ad.zip |
*** empty log message ***
Diffstat (limited to 'src/ptty.c')
-rw-r--r-- | src/ptty.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } |