mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-10 13:07:40 +00:00
Show spinner during the env save process
This commit is contained in:
@ -192,7 +192,7 @@ restore_active_and_alternate_sessions() {
|
||||
|
||||
main() {
|
||||
if supported_tmux_version_ok && check_saved_session_exists; then
|
||||
start_spinner
|
||||
start_spinner "Restoring..." "Tmux restore complete!"
|
||||
restore_all_panes
|
||||
restore_pane_layout_for_each_window >/dev/null 2>&1
|
||||
restore_all_pane_processes
|
||||
|
Reference in New Issue
Block a user