summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.h b/src/window.h
index 07a8fa5..1f70f39 100644
--- a/src/window.h
+++ b/src/window.h
@@ -188,7 +188,7 @@ struct win
int w_charsets[4]; /* Font = charsets[Charset] */
#endif
int w_ss;
- struct {
+ struct cursor {
int on;
int x, y;
struct mchar Rend;
@@ -284,10 +284,10 @@ struct win
int width;
int height;
int histheight;
- int x, y;
#ifdef COPY_PASTE
struct mline *hlines;
int histidx;
+ struct cursor cursor;
#endif
} w_alt;