simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Oct 19 19:11:18 BST 2023


TL;DR:
  7b10e34b Recognise and discard the APC terminal escape sequence.

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:           2023-10-19 19:11:18

commit 7b10e34b8f636008243df1a1add61c0763befb38
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7b10e34b8f636008243df1a1add61c0763befb38;hp=6a6efd36aa846c581446afab8c48210cfa4300db
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu Oct 19 18:55:04 2023 +0100

    Recognise and discard the APC terminal escape sequence.
    
    I encountered an instance of this sequence in the log files from a
    clang CI build. The payload text inside the wrapper was
    "bk;t=1697630539879"; I don't know what the "bk" stood for, but the
    second half appears to be a timestamp in milliseconds since the Unix
    epoch.
    
    I don't think there's anything we can (or should) actually _do_ with
    this sequence, but I think it's useful to at least recognise it, so
    that it can be conveniently discarded.

 terminal/terminal.c | 22 ++++++++++++++++++++++
 terminal/terminal.h |  1 +
 2 files changed, 23 insertions(+)



More information about the tartarus-commits mailing list