Sleep after kill.

This commit is contained in:
Nicholas Marriott
2026-08-03 09:53:43 +01:00
parent 31dccb6bc9
commit fa8c5789a6

View File

@@ -117,6 +117,7 @@ $TMUX send-keys -X copy-selection
# Test that vi cursor movement does not stop on the padding cell of a wide
# character at the end of a line.
$TMUX kill-server 2>/dev/null
sleep 1
$TMUX new -d -x20 -y5 \
"printf 'abc中\nxyz\n'; exec cat" || exit 1
$TMUX set-window-option -g mode-keys vi