mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
Make send-keys more reliable
Thanks @mk12 for the PR https://github.com/tmux-plugins/tmux-resurrect/pull/180
This commit is contained in:
parent
40c776c747
commit
1a3a094265
@ -35,7 +35,7 @@ restore_pane_process() {
|
||||
# just invoke the raw command
|
||||
command="$pane_full_command"
|
||||
fi
|
||||
tmux send-keys -t "${session_name}:${window_number}" "$command" "C-m"
|
||||
tmux send-keys -t "${session_name}:${window_number}.${pane_index}" "$command" "C-m"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user