aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/vt102.h b/src/vt102.h
index e5b62a5..5a2d686 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.2 2008/02/04 02:05:06 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/03 23:36:41 james
* *** empty log message ***
*
@@ -32,13 +35,10 @@ typedef struct
typedef struct
{
- VT102_parser p;
+ VT102_parser parser;
int attr;
CRT crt;
- CRT_Pos p;
-
-
-
+ CRT_Pos pos;
} VT102;