Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
tmux-resurrect
Commits
ac8a4466
Commit
ac8a4466
authored
Jan 07, 2019
by
*Kim Zick (rummik)
Browse files
Remove lingering code from base64-dependent cmdline solution
parent
913f693f
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/restore.sh
View file @
ac8a4466
...
...
@@ -293,7 +293,6 @@ restore_shell_history() {
restore_all_pane_processes
()
{
if
restore_pane_processes_enabled
;
then
local
save_command_strategy
=
"
$(
get_tmux_option
"
$save_command_strategy_option
"
"
$default_save_command_strategy
"
)
"
local
pane_full_command
awk
'BEGIN { FS="\t"; OFS="\t" } /^pane/ && $11 !~ "^:$" { print $2, $3, $7, $8, $11; }'
$(
last_resurrect_file
)
|
while
IFS
=
$d
read
-r
session_name window_number pane_index
dir
pane_full_command
;
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment