From 77c86f1e81b90ad59726ee3704a479f07c34786b Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 14 Feb 2008 10:34:30 +0000 Subject: *** empty log message *** --- apps/client.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/client.c') diff --git a/apps/client.c b/apps/client.c index 90bcf60..28526f2 100644 --- a/apps/client.c +++ b/apps/client.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.4 2008/02/14 10:34:30 james + * *** empty log message *** + * * Revision 1.3 2008/02/14 02:46:44 james * *** empty log message *** * @@ -24,6 +27,8 @@ static char rcsid[] = "$Id$"; #include #include "client.h" + //vt102_status_line (v, "VT102 foo bar baz I'm the urban spaceman baby"); + static void server_msg (IPC_Msg * m, Context * c) { @@ -47,6 +52,9 @@ server_msg (IPC_Msg * m, Context * c) case IPC_MSG_TYPE_TERM: vt102_parse (c, m->term.term, m->term.len); break; + case IPC_MSG_TYPE_STATUS: + vt102_status_line(c->v,m->status.status); + break; default: fprintf (stderr, "Unhandeled message type %d\n", m->hdr.type); } -- cgit v1.2.3