Skip to main content

Module urxvt

Module urxvt 

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