simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Oct 2 08:26:22 BST 2024


TL;DR:
  89c88253 Fix Xterm216+ Alt-Fn on Windows

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2024-10-02 08:26:22

commit 89c88253f61ffb3112ef5935108eca2f5e7197df
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=89c88253f61ffb3112ef5935108eca2f5e7197df;hp=b7da41a1a3b5e3595b7d3be0f7116c2f74e80d98
Author: Anders Larsen <al at alarsen.net>
Date:   Tue Oct 1 10:08:28 2024 +0200

    Fix Xterm216+ Alt-Fn on Windows
    
    On most keyboard modes the escape-sequence for Alt-Fn is the same as
    for Fn alone but with an additional ESC prepended.
    
    However, this additional ESC should not be sent for keyboard modes
    that sends a different escape-sequence when Alt is pressed, like e.g.
    Xterm216+, as this is not expected by the server-side application.
    
    Signed-off-by: Anders Larsen <al at alarsen.net>

 windows/window.c | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)



More information about the tartarus-commits mailing list