mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 08:56:03 +00:00 
			
		
		
		
	Update tests to save and restore a setup with a zoomed pane.
This commit is contained in:
		@@ -16,6 +16,7 @@ new_tmux_session "red"
 | 
			
		||||
new_tmux_window
 | 
			
		||||
horizontal_split
 | 
			
		||||
vertical_split
 | 
			
		||||
toggle_zoom_pane
 | 
			
		||||
 | 
			
		||||
new_tmux_window
 | 
			
		||||
horizontal_split
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user