forked from larryli/PuTTY
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore ability to not send SSH terminal modes.
2ce0b68 inadvertently removed this ability in trying to ensure that everyone got the new IUTF8 mode by default; you could remove a mode from the list in the UI, but this would just revert PuTTY to its default. The UI and storage have been revamped; the storage format now explicitly says when a mode is not to be sent, and the configuration UI always shows all modes known to PuTTY; if a mode is not to be sent it now shows up as "(don't send)" in the list. Old saved settings are migrated so as to preserve previous removals of longstanding modes, while automatically adding IUTF8. (In passing, this removes a bug where pressing the 'Remove' button of the previous UI would populate the value edit box with garbage.)
- Loading branch information
Showing
4 changed files
with
137 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters