From 68f1170ace397c32f9c80a6b7cb89388d88743f2 Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 28 Feb 2008 16:58:49 +0000 Subject: *** empty log message *** --- apps/clients.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/clients.c') diff --git a/apps/clients.c b/apps/clients.c index a4b5fce..d5bd256 100644 --- a/apps/clients.c +++ b/apps/clients.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.14 2008/02/28 16:57:51 james + * *** empty log message *** + * * Revision 1.13 2008/02/28 16:37:16 james * *** empty log message *** * @@ -92,10 +95,10 @@ client_msg (IPC_Msg * m, Context * c) tty_hangup (c->t); break; case IPC_MSG_TYPE_SETSIZE: - vt102_resize(c,m->setsize.winsize); + vt102_resize (c, m->setsize.winsize); break; case IPC_MSG_TYPE_RESET: - vt102_reset(c); + vt102_reset (c); break; default: fprintf (stderr, "Unhandeled message type %d\n", m->hdr.type); -- cgit v1.2.3