mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #57] Exiting SSH connection should close its window/tab #2924
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2924
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @majkinetor on GitHub (Jan 13, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/57
Originally assigned to: @VShawn on GitHub.
When I exit the shell, I am left with the dummy black window that I need to explicitly close as no other action could be done on it. This is not a big problem per se, but certainly UX fail.
If it is possible to detect this, you should close the hosting window automatically.
@VShawn commented on GitHub (Jan 13, 2021):
sorry? I dont get how you left dummy black window? Did you mean left with 'exit' command instead of click 'X' button on windows top right?
And actually yes, we can do that. Since we cannot get Shell close event without pipe\FIFO\signal(I am not intend to implemt any communication between processes). We can still create a background watcher to check if KiTTY process is alive periodically. Onec KiTTY was killed we can close the tab.
@VShawn commented on GitHub (Jan 13, 2021):
found something useful
@VShawn commented on GitHub (Jan 13, 2021):
works
PRemoteM 0.5.8.2101132000.zip