chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102.c
index f481c1a7dfd3810413fc44ed7249039167079f5f..586b7d91ccbefbead876589bb4926d56226a8c8c 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.29  2008/02/15 03:32:07  james
+ * *** empty log message ***
+ *
  * Revision 1.28  2008/02/14 10:34:30  james
  * *** empty log message ***
  *
@@ -1190,6 +1193,8 @@ vt102_parse_char (Context * c, int ch)
       v->current_line = v->pos;
     }
 
+  if (c->d)
+    cmd_show_status (c->d, c);
 }
 
 vt102_parse (Context * c, char *buf, int len)