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
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
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