mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-21 20:08:48 +00:00
Explain delayed pane content cleanup
This commit is contained in:
parent
dc6252d950
commit
027960ad25
@ -372,6 +372,8 @@ restore_active_and_alternate_sessions() {
|
||||
done < $(last_resurrect_file)
|
||||
}
|
||||
|
||||
# A cleanup that happens after 'restore_all_panes' seems to fix fish shell
|
||||
# users' restore problems.
|
||||
cleanup_restored_pane_contents() {
|
||||
if is_restoring_pane_contents; then
|
||||
rm "$(pane_contents_dir "restore")"/*
|
||||
|
Loading…
Reference in New Issue
Block a user