mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #240] Keepalive sends "backspace" key #212
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#212
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 @Sloppyedwards on GitHub (May 18, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/240
Hi,
I'm not sure if this is something unique to PRemoteM or KiTTY, but it's an issue I don't recall having with other SSH clients. When I have an open SSH session and am editing code (in VIM, for example), if I take a break to work on something else, when I come back to PRemoteM, I find that I have lost characters due to the "keepalive" keypress sending something equivalent to a backspace. How can I prevent this?
@VShawn commented on GitHub (May 19, 2022):
I think I've fixed this keepalive issue before #55 , using the default option of KiTTY
https://github.com/cyd01/KiTTY/blob/master/kitty_ini.txt#L57-L58
And it did reproduct on KiTTY.
PRemoteM can not prevent this currently since the kitty.ini is build inside the app.
Maybe in future version I can provide an option to disable keepalive.
@Sloppyedwards commented on GitHub (May 20, 2022):
Thanks for your response!
What is the meaning of the '\k08\' string (what character is that supposed to represent)?
What is the difference between the KiTTY anti-idle string and the null packet keepalive feature carried over from PuTTY? I'm guessing that the anti-idle string should only be necessary on terminals where the null packet is insufficient to do the job?
@VShawn commented on GitHub (Jun 23, 2022):
as cyd01 mentioned in https://github.com/cyd01/KiTTY/issues/383, we can simply remote the
\k08\to fix this ticket.