quantumsheep / sshs

Terminal user interface for SSH
MIT License
910 stars 27 forks source link

Multiple line breaks when closing sshs #80

Closed EvannG1 closed 6 months ago

EvannG1 commented 6 months ago

I use sshs with the "--exit" option so that sshs doesn't reopen when I close an ssh connection.

I notice that there are multiple line breaks in my terminal when I end an ssh connection, which was not the case in the previous version:

quantumsheep commented 6 months ago

Hey! Thanks for reporting the issue. Which sshs version are you using ? I can't reproduce.

EvannG1 commented 6 months ago

I'm on the latest version: 4.2.1. I've just updated sshs on my MacBook at work (3.4.0 -> 4.2.1) with "brew upgrade sshs", and I have the same problem.

I had made an alias to automatically set the "--exit" parameter, I just commented to just run the command without the parameter, and I no longer have the problem. It seems that the problem comes only with the "--exit" parameter.

quantumsheep commented 6 months ago

Can you try downloading the artifact for your platform (amd64 for Intel and arm64 for Apple Sillicon) and running it with --exit?

EvannG1 commented 6 months ago

It seems to work!

quantumsheep commented 6 months ago

Glad to hear that! It will be available in 4.3.0 🥳 You will need to wait a little bit for the version to be updated for brew.