diff --git a/scripts/process_restore_helpers.sh b/scripts/process_restore_helpers.sh index cc796d2..0b88177 100644 --- a/scripts/process_restore_helpers.sh +++ b/scripts/process_restore_helpers.sh @@ -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 }