=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** src/usr.bin/tmux/tty-term.c 2019/08/05 06:42:02 1.67 --- src/usr.bin/tmux/tty-term.c 2019/10/03 10:24:06 1.68 *************** *** 1,4 **** ! /* $OpenBSD: tty-term.c,v 1.67 2019/08/05 06:42:02 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-term.c,v 1.68 2019/10/03 10:24:06 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 278,284 **** tty_term_strip(const char *s) { const char *ptr; ! static char buf[BUFSIZ]; size_t len; /* Ignore strings with no padding. */ --- 278,284 ---- tty_term_strip(const char *s) { const char *ptr; ! static char buf[8192]; size_t len; /* Ignore strings with no padding. */ *************** *** 306,312 **** static char * tty_term_override_next(const char *s, size_t *offset) { ! static char value[BUFSIZ]; size_t n = 0, at = *offset; if (s[at] == '\0') --- 306,312 ---- static char * tty_term_override_next(const char *s, size_t *offset) { ! static char value[8192]; size_t n = 0, at = *offset; if (s[at] == '\0')