Update tests to save and restore a setup with a zoomed pane.

This commit is contained in:
Wouter R
2018-01-24 22:32:35 +01:00
parent 6d10ee01b6
commit fee390d1b5
4 changed files with 14 additions and 8 deletions

View File

@ -16,6 +16,7 @@ new_tmux_session "red"
new_tmux_window
horizontal_split
vertical_split
toggle_zoom_pane
new_tmux_window
horizontal_split

View File

@ -44,6 +44,11 @@ proc vertical_split {} {
sleep 0.1
}
proc toggle_zoom_pane {} {
send "z"
sleep 0.2
}
proc run_shell_command {command} {
send "$command\r"
sleep 1