rxvt-unicode: improve the patch comment

This commit is contained in:
sthen 2023-01-09 12:47:49 +00:00
parent 74279f6a60
commit 6b823811f8
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
OSC commands returning the colour sequence must be terminated by ST (^[\) or BEL
OSC commands returning the colour sequence must be terminated by either
of ST ^[\ or BEL. rxvt-unicode tries to use the same type of termination
as was in the query but doesn't correctly handle the multiple-char sequence
used for 7-bit queries. Force to using BEL instead for now.
Index: src/command.C
--- src/command.C.orig