Open xtonyjiang opened 10 months ago
When running commands like flyctl apps create or gh auth login (after pressing enter a few times), sshx gets stuck and I can't even ctrl+c out of the command. This works for me in my normal terminal though.
flyctl apps create
gh auth login
Interesting, seems like if I run these commands in tmux it works fine.
It might be related to #60
When running commands like
flyctl apps create
orgh auth login
(after pressing enter a few times), sshx gets stuck and I can't even ctrl+c out of the command. This works for me in my normal terminal though.