quantumsheep / sshs

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

Fix connect for empty hostname #13

Closed penumbra23 closed 2 years ago

penumbra23 commented 2 years ago

Added check for empty hostname that wraps the SSH connect call #12

Actually, I thought that table.GetSelection() would return -1 or some error-like result, but it returns the 1st row (suppose it returns the last row selected). Hope this helps a bit at least 😃

quantumsheep commented 2 years ago

Works for me :) Thanks