Hi Jan, Sorry for the delay. On 2026-06-19T12:07:11+0200, Jan Engelhardt wrote: > Signed-off-by: Jan Engelhardt > --- > v2: > * Removed a copy-paste leftover in the wording of OSC mode 17/19 > > man/man4/console_codes.4 | 48 ++++++++++++++++++++++++++++++++++++---- > 1 file changed, 44 insertions(+), 4 deletions(-) > > diff --git a/man/man4/console_codes.4 b/man/man4/console_codes.4 > index a742cf36f..d92522e27 100644 > --- a/man/man4/console_codes.4 > +++ b/man/man4/console_codes.4 > @@ -753,14 +753,54 @@ Set icon name and window title to > T} > ESC ] 1 ; \f[I]txt\f[] ST Set icon name to \f[I]txt\f[]. > ESC ] 2 ; \f[I]txt\f[] ST Set window title to \f[I]txt\f[]. > -ESC ] 4 ; \f[I]num\f[]; \f[I]txt\f[] ST Set ANSI color \f[I]num\f[] to \f[I]txt\f[]. > -ESC ] 10 ; \f[I]txt\f[] ST Set dynamic text color to \f[I]txt\f[]. > -ESC ] 4 6 ; \f[I]name\f[] ST T{ > +ESC ] 4 ; \f[I]num\f[] ; \f[I]txt\f[] ST Set color \f[I]num\f[] (0-255) to \f[I]txt\f[]. [...] > +ESC ] 46 ; \f[I]name\f[] ST T{ This patch mixes additions with formatting changes. Please move the formatting changes to a separate patch, so that the diff is smaller. Have a lovely day! Alex > Change log file to > .I name > (normally disabled by a compile-time option). > T} > -ESC ] 5 0 ; \f[I]fn\f[] ST Set font to \f[I]fn\f[]. > +ESC ] 50 ; \f[I]fn\f[] ST T{ > +Set font to \f[I]fn\f[] (normally disabled; cf. the "allowFontOps" resource) > +T} > +ESC ] 104 ; \f[I]num\f[] ST Reset color for mode 4;\f[I]num\f[] > +ESC ] 105 ; \f[I]num\f[] ST Reset color for mode 5;\f[I]num\f[] > +ESC ] 106 ; \f[I]num\f[] ; \f[I]val\f[] ST T{ > +Exactly equal to 6;\f[I]num\f[];\f[I]val\f[]. (no "reset" logic) > +T} > +ESC ] 110 ST Reset color for mode 10. (The pattern repeats until 119.) > +ESC ] \f[I]mode\f[] ; ? ST T{ > +Query the respective property/color/etc. (modes 4,5,10-19,50) > +T} > .TE > .P > It recognizes the following with slightly modified meaning > -- > 2.54.0 > --