mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	Bugfix for pane contents restoration
This commit is contained in:
		@@ -7,6 +7,7 @@
 | 
			
		||||
- improve pane contents restoration: `cat <file>` is no longer shown in pane
 | 
			
		||||
  content history
 | 
			
		||||
- refactoring: drop dependency on `paste` command
 | 
			
		||||
- bugfix for pane contents restoration
 | 
			
		||||
 | 
			
		||||
### v2.4.0, 2015-02-23
 | 
			
		||||
- add "tmux-test"
 | 
			
		||||
 
 | 
			
		||||
@@ -108,7 +108,7 @@ tmux_default_command() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pane_creation_command() {
 | 
			
		||||
	echo "cat '$(resurrect_pane_file "${1}:${2}.${3}")'; $(tmux_default_command)"
 | 
			
		||||
	echo "cat '$(resurrect_pane_file "${1}:${2}.${3}")'; exec $(tmux_default_command)"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
new_window() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user