aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
authorjames <>2008-03-07 12:42:08 +0000
committerjames <>2008-03-07 12:42:08 +0000
commitfc0af42eb82bf94a9b1174d3ba96536238bc5fcd (patch)
tree5153f5587d3adefcb53996b138835e8464449a6d /src/terminal.c
parent4cd3114c5013aeccd790582f6cd1dd2760be9dd0 (diff)
downloadsympathy-fc0af42eb82bf94a9b1174d3ba96536238bc5fcd.tar.gz
sympathy-fc0af42eb82bf94a9b1174d3ba96536238bc5fcd.tar.bz2
sympathy-fc0af42eb82bf94a9b1174d3ba96536238bc5fcd.zip
*** empty log message ***
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/terminal.c b/src/terminal.c
index c89ca16..3e2cc64 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.16 2008/03/07 12:42:08 james
+ * *** empty log message ***
+ *
* Revision 1.15 2008/03/07 12:37:04 james
* *** empty log message ***
*
@@ -125,6 +128,7 @@ terminal_close (TTY * _t)
i = sprintf (buf, "\033[%d;%dH", t->displayed_length ? (t->displayed_length + 1) : (CRT_ROWS + 1), 1); // Cursor
//
//
+ //
// to
// bottom
t->xmit (_t, buf, i);