aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102.c')
-rw-r--r--src/vt102.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vt102.c b/src/vt102.c
index d33d309..f481c1a 100644
--- a/src/vt102.c
+++ b/src/vt102.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.28 2008/02/14 10:34:30 james
+ * *** empty log message ***
+ *
* Revision 1.27 2008/02/14 02:46:45 james
* *** empty log message ***
*
@@ -1187,7 +1190,6 @@ vt102_parse_char (Context * c, int ch)
v->current_line = v->pos;
}
- vt102_status_line (v, "VT102 foo bar baz I'm the urban spaceman baby");
}
vt102_parse (Context * c, char *buf, int len)
@@ -1413,7 +1415,7 @@ vt102_reset (VT102 * v)
vt102_save_state (v);
- vt102_status_line (v, "VT102 foo bar baz I'm the urban spaceman baby");
+ vt102_status_line (v, "");
}