aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 13:22:51 +0000
committerjames <>2008-02-07 13:22:51 +0000
commite453acb29e1198b939e55d379b7f2c81c740f9a6 (patch)
treec8a23cdb4b1dec11cdf5060fbe9fd80588507c43 /src/crt.h
parent31ebf810fa4af6fc58fd863235d0a906db0948ad (diff)
downloadsympathy-e453acb29e1198b939e55d379b7f2c81c740f9a6.tar.gz
sympathy-e453acb29e1198b939e55d379b7f2c81c740f9a6.tar.bz2
sympathy-e453acb29e1198b939e55d379b7f2c81c740f9a6.zip
*** empty log message ***
Diffstat (limited to 'src/crt.h')
-rw-r--r--src/crt.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/crt.h b/src/crt.h
index e73e891..da5922c 100644
--- a/src/crt.h
+++ b/src/crt.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.6 2008/02/07 13:22:51 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/07 12:41:06 james
* *** empty log message ***
*
@@ -46,7 +49,7 @@
#define CRT_ATTR_BOLD 0x8
-#define CRT_COLOR_BLACK 0x0
+#define CRT_COLOR_BLACK 0x0
#define CRT_COLOR_RED 0x1
#define CRT_COLOR_GREEN 0x2
#define CRT_COLOR_YELLOW 0x3
@@ -86,7 +89,8 @@ typedef struct
} CRT_Pos;
-typedef struct {
+typedef struct
+{
CRT_Pos s;
CRT_Pos e;
int dir;