diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2024-02-18 06:56:49 -0600 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2024-02-18 16:14:26 +0100 |
commit | a3f7420310be0fd778ef9fe2abf20edc2d8dc81a (patch) | |
tree | 4d2cda40f462571746075983f6992ee7b697960e /x.c | |
parent | 9846a56bd7fdc86bf788db04bbbcbde7b7eb9952 (diff) | |
download | st-a3f7420310be0fd778ef9fe2abf20edc2d8dc81a.tar.gz st-a3f7420310be0fd778ef9fe2abf20edc2d8dc81a.tar.bz2 st-a3f7420310be0fd778ef9fe2abf20edc2d8dc81a.zip |
csi: check for private marker in 'S' case
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 XTSMGRAPHICS is seen, which can cause unexpected display
artifacts.
Diffstat (limited to 'x.c')
0 files changed, 0 insertions, 0 deletions