X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fvt102.c;h=d33d3092d33369156ef424075c9a030b86cf8dc1;hp=df7b6b12e02c22098f6ffa1dbbea938ff1534772;hb=d20265fbf33e22b30b5c2879cff7ae5c22d3fc29;hpb=c06c4c87aef651f32419c6a63d8291b15bad5cf4 diff --git a/src/vt102.c b/src/vt102.c index df7b6b1..d33d309 100644 --- a/src/vt102.c +++ b/src/vt102.c @@ -10,6 +10,12 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.27 2008/02/14 02:46:45 james + * *** empty log message *** + * + * Revision 1.26 2008/02/14 01:55:57 james + * *** empty log message *** + * * Revision 1.25 2008/02/13 16:57:29 james * *** empty log message *** * @@ -1205,6 +1211,10 @@ void vt102_send (Context * c, uint8_t key) { uint8_t ch; + + if (!c->t) + return; + #if 0 fprintf (stderr, "vts: %d(%c)\n", key, (key > 31) ? key : ' '); #endif