mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	Bugfix: correct pane ordering in window
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
 | 
			
		||||
### master
 | 
			
		||||
- restore pane layout for each window
 | 
			
		||||
- bugfix: correct pane ordering in a window
 | 
			
		||||
 | 
			
		||||
### v0.0.3, 2014-08-26
 | 
			
		||||
- save and restore current and alternate session
 | 
			
		||||
 
 | 
			
		||||
@@ -69,7 +69,7 @@ new_pane() {
 | 
			
		||||
	local window_number="$2"
 | 
			
		||||
	local window_name="$3"
 | 
			
		||||
	local dir="$4"
 | 
			
		||||
	tmux split-window -d -t "${session_name}:${window_number}" -c "$dir"
 | 
			
		||||
	tmux split-window -t "${session_name}:${window_number}" -c "$dir"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
restore_pane() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user