tests: Work around tmux display corruption bug on OpenBSD.

See https://github.com/tmux/tmux/issues/539
This commit is contained in:
John Hood
2016-09-18 03:28:36 -04:00
parent 46b30e6851
commit e734d5e41a
+3
View File
@@ -23,6 +23,9 @@ baseline()
# ASCII, then ISO-8859-1. # ASCII, then ISO-8859-1.
for char in $(seq 32 126) $(seq 160 255) ; do for char in $(seq 32 126) $(seq 160 255) ; do
if [ $(( char % 16 )) -eq 0 ]; then
printf '\n'
fi
printf '%02x ' $char printf '%02x ' $char
utf8cp $char utf8cp $char
printf ' ' printf ' '