mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Cleanup previous PR
Testing is_local_file is insufficient since it can be false for local files that dont have r/w permissions. Instead check if the child is remote when the EditCmd is created and only use disconnected abort if child was remote at creation but is not remote currently.
This commit is contained in:
@@ -210,6 +210,10 @@ Detailed list of changes
|
||||
|
||||
- Fix line-at-once selection not extending wrapped lines into scrollback (:iss:`9437`)
|
||||
|
||||
- ssh kitten: Restore keyboard mode even if the ssh connection drops
|
||||
|
||||
- edit-in-kitty: Handle connection drop more gracefully (:pull:`9480`)
|
||||
|
||||
|
||||
0.45.0 [2025-12-24]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user