[hackers] [st][PATCH] csi: check for private marker in 'S' case

2024-02-18 Thread Tim Culverhouse
The handler for 'S' final character does not check for a private marker. This can cause a conflict with a sequence called 'XTSMGRAPHICS' which also has an 'S' final character, but uses the private marker '?'. Without checking for a private marker, st will perform a scroll up operation when XTSMGRAP

[hackers] [st] csi: check for private marker in 'S' case || Tim Culverhouse

2024-02-18 Thread git
commit a3f7420310be0fd778ef9fe2abf20edc2d8dc81a Author: Tim Culverhouse AuthorDate: Sun Feb 18 06:56:49 2024 -0600 Commit: Hiltjo Posthuma CommitDate: Sun Feb 18 16:14:26 2024 +0100 csi: check for private marker in 'S' case The handler for 'S' final character does not check

Re: [hackers] [st][PATCH] csi: check for private marker in 'S' case

2024-02-18 Thread Hiltjo Posthuma
On Sun, Feb 18, 2024 at 06:56:49AM -0600, Tim Culverhouse wrote: > The handler for 'S' final character does not check for a private > marker. This can cause a conflict with a sequence called 'XTSMGRAPHICS' > which also has an 'S' final character, but uses the private marker '?'. > Without checking