simon-git: putty (main): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jun 13 00:27:34 BST 2021


TL;DR:
  5677da64 Fix palette escape sequences sometimes not working.
  6d05e20a Remove a futile term_schedule_update().

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2021-06-13 00:27:34

commit 5677da64813d38aa1feeb44bca5d098b54f53240
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=5677da64813d38aa1feeb44bca5d098b54f53240;hp=47c2bc38d1c8da3620db7ad6e08d40c989026082
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Jun 13 00:18:42 2021 +0100

    Fix palette escape sequences sometimes not working.
    
    If a batch of palette changes were seen in between window updates, only
    the last one would take immediate effect.

 terminal.c | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

commit 6d05e20a0e9f81eaefd157c7fd13b1bb2c96ceed
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6d05e20a0e9f81eaefd157c7fd13b1bb2c96ceed;hp=5677da64813d38aa1feeb44bca5d098b54f53240
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Jun 13 00:25:18 2021 +0100

    Remove a futile term_schedule_update().
    
    term_invalidate() already implies it. (The extra call was harmless.)

 terminal.c | 1 -
 1 file changed, 1 deletion(-)



More information about the tartarus-commits mailing list