aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
authorjames <>2008-02-13 01:08:38 +0000
committerjames <>2008-02-13 01:08:38 +0000
commit4d50b220e63c52d412bacebb3e44cc712f2e2804 (patch)
tree57633a5a842ffa00f75ba96c19e653be3fb6bde6 /src/ansi.h
parent8688a9519c349b6ee8664be6ce2897a59c0f52be (diff)
downloadsympathy-4d50b220e63c52d412bacebb3e44cc712f2e2804.tar.gz
sympathy-4d50b220e63c52d412bacebb3e44cc712f2e2804.tar.bz2
sympathy-4d50b220e63c52d412bacebb3e44cc712f2e2804.zip
*** empty log message ***
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ansi.h b/src/ansi.h
index e88f076..1368ada 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.6 2008/02/13 01:08:18 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/07 12:16:04 james
* *** empty log message ***
*
@@ -47,7 +50,7 @@ typedef struct
typedef struct
{
- int fd;
+ TTY *terminal;
CRT crt;
CRT_Pos pos;