mirror of
https://github.com/tmux/tmux.git
synced 2026-06-23 08:27:08 +00:00
Add some content to test panes.
This commit is contained in:
@@ -42,7 +42,7 @@ compare() {
|
||||
fi
|
||||
}
|
||||
|
||||
C="sh -c 'exec sleep 100'"
|
||||
C="sh -c 'i=0; while [ \$i -lt 13 ]; do printf \"POP%02d abcdefghij\n\" \$i; i=\$((i + 1)); done; exec sleep 100'"
|
||||
|
||||
# setup: fresh inner window attached inside a fresh outer pane, 40x14.
|
||||
setup() {
|
||||
|
||||
Reference in New Issue
Block a user