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 0caaca1..531b9c8 100644
--- a/src/display.h
+++ b/src/display.h
@@ -124,7 +124,7 @@ struct Display {
does not */
int d_bracketed; /* bracketed paste mode */
int d_cursorstyle; /* cursor style */
- int d_xtermosc[4]; /* osc used */
+ int d_xtermosc[5]; /* osc used */
struct mchar d_lpchar; /* missing char */
struct timeval d_status_time; /* time of status display */
DisplayStatus d_status; /* is status displayed? */