aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.h
diff options
context:
space:
mode:
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;