aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsympathy.c')
-rw-r--r--src/libsympathy.c20
1 files changed, 12 insertions, 8 deletions
diff --git a/src/libsympathy.c b/src/libsympathy.c
index ac2f621..cf70750 100644
--- a/src/libsympathy.c
+++ b/src/libsympathy.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.11 2008/02/07 13:22:51 james
+ * *** empty log message ***
+ *
* Revision 1.10 2008/02/07 11:32:41 james
* *** empty log message ***
*
@@ -112,20 +115,21 @@ testy (void)
{
}
#endif
-
- switch (ansi_dispatch (&a, v,t)) {
- case -1:
- break;
- case 1:
+
+ switch (ansi_dispatch (&a, v, t))
+ {
+ case -1:
+ break;
+ case 1:
ansi_getsize (&a);
ansi_reset (&a);
ansi_draw (&a, &v->crt);
- break;
- }
+ break;
+ }
if (FD_ISSET (t->fd, &rfd))
{
- if (vt102_dispatch (v,t))
+ if (vt102_dispatch (v, t))
break;
}