summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.h b/src/display.h
index 459cc5d..4fc2061 100644
--- a/src/display.h
+++ b/src/display.h
@@ -112,7 +112,7 @@ struct display
int d_mousetrack; /* set when user wants to use mouse even when the window
does not */
#ifdef RXVT_OSC
- int d_xtermosc[4]; /* osc used */
+ int d_xtermosc[5]; /* osc used */
#endif
struct mchar d_lpchar; /* missing char */
struct timeval d_status_time; /* time of status display */