summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 11d2a9e..2d7e0f5 100644
--- a/src/window.h
+++ b/src/window.h
@@ -237,7 +237,7 @@ struct win
char w_vbwait;
char w_norefresh; /* dont redisplay when switching to that win */
#ifdef RXVT_OSC
- char w_xtermosc[5][MAXSTR]; /* special xterm/rxvt escapes */
+ char w_xtermosc[5][2560]; /* special xterm/rxvt escapes */
#endif
int w_mouse; /* mouse mode 0,9,1000 */
int w_extmouse; /* extended mouse mode 0,1006 */