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.
1 parent 1b63a94 commit 3e8fbdfCopy full SHA for 3e8fbdf
scripts/restore.sh
@@ -286,6 +286,7 @@ handle_session_0() {
286
}
287
288
restore_window_properties() {
289
+ local window_name
290
\grep '^window' $(last_resurrect_file) |
291
while IFS=$d read line_type session_name window_number window_name window_active window_flags window_layout automatic_rename; do
292
window_name="$(remove_first_char "$window_name")"
0 commit comments