mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-05 16:06:57 +00:00
Resurrect restore test and updates
This commit is contained in:
@ -53,3 +53,13 @@ proc start_resurrect_save {} {
|
||||
send ""
|
||||
sleep 5
|
||||
}
|
||||
|
||||
proc start_resurrect_restore {} {
|
||||
send ""
|
||||
sleep 10
|
||||
}
|
||||
|
||||
proc clear_screen_for_window {target} {
|
||||
send "tmux send-keys -t $target C-l\r"
|
||||
sleep 0.2
|
||||
}
|
||||
|
Reference in New Issue
Block a user