Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C-b C-r to restore session will end up with [exited] from tmux client on iSH(iOS alpinelinux) #494

Open
suckerSlayer opened this issue Dec 30, 2023 · 1 comment

Comments

@suckerSlayer
Copy link

suckerSlayer commented Dec 30, 2023

env

Linux 4.20.69-ish SUPER AWESOME May 20 2023 23:41:32 i686 Linux
apk: 3.17
GNU bash, version 5.2.15(1)-release (i586-alpine-linux-musl)
tmux 3.3a
tpm: 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
resurrect: cff343c

did some print in ./scripts/restore.sh

restore_pane() {
        local pane="$1"
        echo "dd"
        echo $d
        echo "IFS"
        echo IFS
                echo "183"
                echo "line_type=$line_type"
                echo "session_name=$session_name"
                echo "window_number=$window_number"
                echo "window_active=$window_active"
                echo "window_flags=$window_flags"
                echo "pane_index=$pane_index"
                echo "pane_title=$pane_title"
                echo "dir=$dir"
                echo "pane_active=$pane_active"
                echo "pane_command=$pane_command"
                echo "pane_full_command=$pane_full_command"
        while IFS=$d read line_type session_name window_number window_active window_flags pane_index pane_title dir pane_active pane_command p
                echo "196"

log

IFS
IFS
183
line_type=
session_name=
window_number=
window_active=
window_flags=
pane_index=
pane_title=
dir=
pane_active=
pane_command=
pane_full_command=
dd

IFS
IFS
183
line_type=
session_name=
window_number=
window_active=
window_flags=
pane_index=
pane_title=
dir=
pane_active=
pane_command=
pane_full_command=

the console will also prompt can't open /dev/fd/4 no such file
then exit the tmux client every time.

@Ferriccc
Copy link

Same issue (using Arch linux on WSL 2.0 in windows 11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants