=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/utf8.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/tmux/utf8.c 2017/03/17 14:51:41 1.36 --- src/usr.bin/tmux/utf8.c 2017/05/31 17:56:48 1.37 *************** *** 1,4 **** ! /* $OpenBSD: utf8.c,v 1.36 2017/03/17 14:51:41 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: utf8.c,v 1.37 2017/05/31 17:56:48 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 402,409 **** next = end - 1; at = 0; ! for (;;) ! { if (at + next->width > width) { next++; break; --- 402,408 ---- next = end - 1; at = 0; ! for (;;) { if (at + next->width > width) { next++; break;