=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/grid.c,v retrieving revision 1.128 retrieving revision 1.129 diff -c -r1.128 -r1.129 *** src/usr.bin/tmux/grid.c 2023/05/08 10:03:39 1.128 --- src/usr.bin/tmux/grid.c 2023/06/30 21:55:08 1.129 *************** *** 1,4 **** ! /* $OpenBSD: grid.c,v 1.128 2023/05/08 10:03:39 tb Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: grid.c,v 1.129 2023/06/30 21:55:08 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 1044,1050 **** const char *data; char *buf, code[8192]; size_t len, off, size, codelen; ! u_int xx, has_link = 0, end; const struct grid_line *gl; if (lastgc != NULL && *lastgc == NULL) { --- 1044,1051 ---- const char *data; char *buf, code[8192]; size_t len, off, size, codelen; ! u_int xx, end; ! int has_link = 0; const struct grid_line *gl; if (lastgc != NULL && *lastgc == NULL) {