aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
authorjames <>2008-02-27 09:42:22 +0000
committerjames <>2008-02-27 09:42:22 +0000
commitd6c2a27d3304842fab285a4217518046b57b771b (patch)
treec2461f0ca793f2cc6704f5343b02c0d77b19b9a5 /src/crt.h
parent331559e304d549308e45c84ed0ffe67b2ad42b65 (diff)
downloadsympathy-d6c2a27d3304842fab285a4217518046b57b771b.tar.gz
sympathy-d6c2a27d3304842fab285a4217518046b57b771b.tar.bz2
sympathy-d6c2a27d3304842fab285a4217518046b57b771b.zip
*** empty log message ***
Diffstat (limited to 'src/crt.h')
-rw-r--r--src/crt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/crt.h b/src/crt.h
index 5883c04..bc58a5d 100644
--- a/src/crt.h
+++ b/src/crt.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.13 2008/02/27 09:42:22 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/02/26 23:23:17 james
* *** empty log message ***
*
@@ -119,7 +122,7 @@ typedef struct CRT_struct
CRT_CA screen[CRT_CELS];
CRT_Pos pos;
int hide_cursor;
- int width;
+ CRT_Pos size;
} CRT;