aboutsummaryrefslogtreecommitdiffstats
path: root/src/vt102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vt102.h')
-rw-r--r--src/vt102.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vt102.h b/src/vt102.h
index 7be7d05..e09fbf6 100644
--- a/src/vt102.h
+++ b/src/vt102.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.20 2008/02/27 09:42:22 james
+ * *** empty log message ***
+ *
* Revision 1.19 2008/02/26 23:23:17 james
* *** empty log message ***
*
@@ -129,7 +132,8 @@ typedef struct
int last_reg_char;
int xn_glitch;
- int current_width;
+ CRT_Pos current_size;
+ CRT_Pos original_size;
int g[2];
int cs;