aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-03-11 17:56:50 +0000
committerjames <>2008-03-11 17:56:50 +0000
commit77b673db95c30cfbeefa4cc416a774258b157cdf (patch)
tree124d1967032d3ed5527cbc827b87d3541468b578
parentc27ba615b3704febf1468df68f52a320e0e80035 (diff)
downloadsympathy-77b673db95c30cfbeefa4cc416a774258b157cdf.tar.gz
sympathy-77b673db95c30cfbeefa4cc416a774258b157cdf.tar.bz2
sympathy-77b673db95c30cfbeefa4cc416a774258b157cdf.zip
*** empty log message ***
-rw-r--r--apps/mainloop.c5
-rw-r--r--src/terminal.c4
2 files changed, 8 insertions, 1 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c
index adaf49d..fe9fa50 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.32 2008/03/11 17:56:50 james
+ * *** empty log message ***
+ *
* Revision 1.31 2008/03/11 17:56:04 james
* *** empty log message ***
*
@@ -564,5 +567,5 @@ mainloop (Context * c, ANSI * ansi, Socket * server_socket,
if (clients)
clients_shutdown (clients, c);
- log_f(c->l,"<sympathy is now terminating>");
+ log_f (c->l, "<sympathy is now terminating>");
}
diff --git a/src/terminal.c b/src/terminal.c
index a078e4e..f86154d 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.22 2008/03/11 17:56:50 james
+ * *** empty log message ***
+ *
* Revision 1.21 2008/03/11 17:56:04 james
* *** empty log message ***
*
@@ -148,6 +151,7 @@ terminal_close (TTY * _t)
//
//
//
+ //
// to
// bottom
t->xmit (_t, buf, i);