aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.c
diff options
context:
space:
mode:
authorjames <>2008-02-26 23:56:12 +0000
committerjames <>2008-02-26 23:56:12 +0000
commit5d11f03b6f99696f2d9df508cf7000e8f04b332b (patch)
treea6ac08bad649905d8dcb12dec3e32703bf9ef906 /src/crt.c
parentf2b8bf1dc0714a6aacb11ec9634e856a8f4cab03 (diff)
downloadsympathy-5d11f03b6f99696f2d9df508cf7000e8f04b332b.tar.gz
sympathy-5d11f03b6f99696f2d9df508cf7000e8f04b332b.tar.bz2
sympathy-5d11f03b6f99696f2d9df508cf7000e8f04b332b.zip
*** empty log message ***
Diffstat (limited to 'src/crt.c')
-rw-r--r--src/crt.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/crt.c b/src/crt.c
index 693e003..b9174f9 100644
--- a/src/crt.c
+++ b/src/crt.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.13 2008/02/26 23:56:12 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/02/26 23:23:17 james
* *** empty log message ***
*
@@ -161,7 +164,7 @@ crt_reset (CRT * c)
c->pos.x = 0;
c->pos.y = 0;
c->hide_cursor = 1;
- c->width=CRT_COLS;
+ c->width = CRT_COLS;
#if 0
c->sh.dir = 0;
#endif