summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 3397309..38a6908 100644
--- a/src/window.h
+++ b/src/window.h
@@ -168,6 +168,9 @@ struct win
#ifdef FONT
char w_FontL; /* character font GL */
char w_FontR; /* character font GR */
+# ifdef ENCODINGS
+ char w_FontE; /* character font GR locked */
+# endif
int w_Charset; /* charset number GL */
int w_CharsetR; /* charset number GR */
int w_charsets[4]; /* Font = charsets[Charset] */
@@ -256,6 +259,15 @@ struct win
int w_telsubidx;
struct event w_telconnev;
#endif
+ struct mline *w_alt_mlines;
+ int w_alt_width;
+ int w_alt_height;
+ int w_alt_histheight;
+ int w_alt_x, w_alt_y;
+#ifdef COPY_PASTE
+ struct mline *w_alt_hlines;
+ int w_alt_histidx;
+#endif
};