simon-git: putty (pre-0.77): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu May 12 20:33:38 BST 2022


TL;DR:
  cc10b68d Allow BEL to terminate OSC sequences during setup.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: pre-0.77
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-05-12 20:33:38

commit cc10b68d313ec9e10e3186c4c953d2699f7de079
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=cc10b68d313ec9e10e3186c4c953d2699f7de079;hp=ac3ebcc827983aa54f3d7e3a45e9bf55b89b24aa
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu May 12 18:01:42 2022 +0100

    Allow BEL to terminate OSC sequences during setup.
    
    This is a partial cherry-pick of commit de66b0313a23d04 from main,
    which allows all the forms of OSC sequence termination to apply in the
    preliminary states as well as OSC_STRING.
    
    The reporting user only mentioned the case of OSC 112 BEL, and not the
    various forms of ST. So the former is actually known to be occurring
    in the wild, and is also the least complicated part of the full patch
    on main. Therefore I think this part is worthwhile and reasonably safe
    to cherry-pick to 0.77 just before a release, whereas I'd be
    uncomfortable making the rest of the changes at this late stage.

 terminal/terminal.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)



More information about the tartarus-commits mailing list