aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
authorjames <>2008-02-06 11:30:45 +0000
committerjames <>2008-02-06 11:30:45 +0000
commit8e3109cc4dc4d969084fe455c549f9422d73b5c0 (patch)
treee2899c29b3b4c1fe4a0a8332a588908ea4f76521 /src/ansi.h
parent3a09196a5ad4026f0b366f8950418b0f1803ddc2 (diff)
downloadsympathy-8e3109cc4dc4d969084fe455c549f9422d73b5c0.tar.gz
sympathy-8e3109cc4dc4d969084fe455c549f9422d73b5c0.tar.bz2
sympathy-8e3109cc4dc4d969084fe455c549f9422d73b5c0.zip
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/ansi.h b/src/ansi.h
index b687ac6..2a5977b 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.2 2008/02/06 11:30:37 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/03 23:31:25 james
* *** empty log message ***
*
@@ -22,15 +25,16 @@
#define ANSI_INVAL -1
-typedef struct {
-int fd;
+typedef struct
+{
+ int fd;
-CRT crt;
-CRT_Pos pos;
-CRT_Pos size;
-int hide_cursor;
+ CRT crt;
+ CRT_Pos pos;
+ CRT_Pos size;
+ int hide_cursor;
-int attr;
+ int attr;
} ANSI;