Bugfix for pane contents restoration

This commit is contained in:
Bruno Sutic 2015-05-12 13:31:13 +02:00
parent f3c6321501
commit 8af7aed9b3
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
- improve pane contents restoration: `cat <file>` is no longer shown in pane - improve pane contents restoration: `cat <file>` is no longer shown in pane
content history content history
- refactoring: drop dependency on `paste` command - refactoring: drop dependency on `paste` command
- bugfix for pane contents restoration
### v2.4.0, 2015-02-23 ### v2.4.0, 2015-02-23
- add "tmux-test" - add "tmux-test"

View File

@ -108,7 +108,7 @@ tmux_default_command() {
} }
pane_creation_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() { new_window() {