We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ffe89 + a876ad6 commit 8fcb4abCopy full SHA for 8fcb4ab
scripts/save.sh
@@ -233,6 +233,7 @@ dump_panes() {
233
continue
234
fi
235
full_command="$(pane_full_command $pane_pid)"
236
+ dir=$(echo $dir | sed 's/ /\\ /') # escape all spaces in directory path
237
echo "${line_type}${d}${session_name}${d}${window_number}${d}${window_name}${d}${window_active}${d}${window_flags}${d}${pane_index}${d}${dir}${d}${pane_active}${d}${pane_command}${d}:${full_command}"
238
done
239
}
0 commit comments