From e734d5e41a71a5338494cf1c419c6e7c20a375f1 Mon Sep 17 00:00:00 2001 From: John Hood Date: Sun, 18 Sep 2016 03:28:36 -0400 Subject: [PATCH] tests: Work around tmux display corruption bug on OpenBSD. See https://github.com/tmux/tmux/issues/539 --- src/tests/emulation-ascii-iso-8859.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/emulation-ascii-iso-8859.test b/src/tests/emulation-ascii-iso-8859.test index 069d7f7..3c44b60 100755 --- a/src/tests/emulation-ascii-iso-8859.test +++ b/src/tests/emulation-ascii-iso-8859.test @@ -23,6 +23,9 @@ baseline() # ASCII, then ISO-8859-1. for char in $(seq 32 126) $(seq 160 255) ; do + if [ $(( char % 16 )) -eq 0 ]; then + printf '\n' + fi printf '%02x ' $char utf8cp $char printf ' '