simon-git: putty (pre-0.83): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Dec 26 11:51:23 GMT 2024
TL;DR:
1e451997 Treat SOS and PM terminal escape sequences like APC
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: pre-0.83
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-12-26 11:51:23
commit 1e4519976164bd5e379db92611a9e2e29e09ec79
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1e4519976164bd5e379db92611a9e2e29e09ec79;hp=98200d1bfec13397cf81b1d5b28a1ab90962dcde
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Dec 26 11:40:38 2024 +0000
Treat SOS and PM terminal escape sequences like APC
This is a cherry-pick of Stefan Tauner's patch from main, but without
my followup refactoring, since the refactoring seemed to me to have a
(small but easily avoidable) chance of introducing a bug in 0.83.
The only downside of the original patch is that it contains a variable
name telling a lie: 'osc_is_apc' should really read 'this isn't an OSC
but one of APC, SOS and PM'. But we don't actually treat those three
things differently, so the functionality is fine.
(cherry picked from commit b6b95f23e563211437e51322edc9118b63a3ca40)
terminal/terminal.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list