Expand description
OSC 777 extension-message framing.
§Category
This module writes a generic OSC 777 extension invocation: extension name plus optional semicolon-separated parameters.
§OSC framing
The emitted format is ESC ] 777 ; <extension> [;param...] BEL. Parameters
are written verbatim in the order supplied.
§Mode interaction
OSC 777 messages are not controlled by ANSI or DEC modes. Unsupported terminals ignore the OSC string.
Functions§
- write_
urxvt_ ext - Invoke an OSC 777 extension with
ESC ] 777 ; <extension> [;param...] BEL.