pcman-bbs / pcmanx

GTK version
GNU General Public License v2.0
79 stars 74 forks source link

Instead of creating a new tab, use current connection to do reconnection #77

Closed NCTULouis closed 4 years ago

NCTULouis commented 8 years ago

Hi all,

When click the reconnection button, the previous version will create a new tab(a new connection) to do reconnection. Instead of doing this, we use the current connection(current tab) to do reconnection.

Fix issue #33

Thank you!

holishing commented 4 years ago

another problem of this PR is that when we "click reconnect button"(or Ctrl+R/Ctrl+Insert), the old active telnet/ssh connection is "active but hidden". This behavior will cause lots of problem, for e.g., fork too much telnet/ssh process in background. So it's not proper to accept this changes. Closed this.