jixiuf / vterm-toggle

toggles between the vterm buffer and whatever buffer you are editing.
GNU General Public License v3.0
189 stars 12 forks source link

vterm-toggle open remote terminal error: tcsetattr: Interrupted system call #26

Closed opsnull closed 3 years ago

opsnull commented 3 years ago
zj@zj-pc16:~$ ssh -l root -p 52129  -e none 10.67.27.224
 cd /root/code/test
Last login: Thu Mar 25 16:53:31 2021 from 10.129.250.1

Happy Hacking!

Last Generated motd: Mon Apr  9 16:32:33 CST 2012

tcsetattr: Interrupted system call
 cd /root/code/test
[root@e22h01006 ~]$   cd /root/code/test
[root@e22h01006 test]$ ls
ls
test.go

The terminal function is abnormal, and there is an echo when executing the command, such as the above ls, the command line editing, history record and other functions are not available.

I execute ssh -l root -p 52129 -e none 10.67.27.224 manually,everything work normally.

I'm using the master branch vterm-toggle code.

opsnull commented 3 years ago

image