diff options
author | james <> | 2008-02-06 11:30:45 +0000 |
---|---|---|
committer | james <> | 2008-02-06 11:30:45 +0000 |
commit | 8e3109cc4dc4d969084fe455c549f9422d73b5c0 (patch) | |
tree | e2899c29b3b4c1fe4a0a8332a588908ea4f76521 /src/ansi.h | |
parent | 3a09196a5ad4026f0b366f8950418b0f1803ddc2 (diff) | |
download | sympathy-8e3109cc4dc4d969084fe455c549f9422d73b5c0.tar.gz sympathy-8e3109cc4dc4d969084fe455c549f9422d73b5c0.tar.bz2 sympathy-8e3109cc4dc4d969084fe455c549f9422d73b5c0.zip |
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r-- | src/ansi.h | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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; |