File: ansi-osc.el.html

Interpretation of OSC (Operating System Commands) escape sequences.

Handlers for OSC 2, 7 and 8 (for window title, current directory and hyperlinks respectively) are provided.

The function ansi-osc-compilation-filter can be added to compilation-filter-hook to collect OSC sequences in compilation buffers. The variable ansi-osc-for-compilation-buffer tells what to do with collected sequences.

Defined variables (4)

ansi-osc-control-seq-regexpRegexp matching an OSC control sequence.
ansi-osc-for-compilation-bufferWhat to do with OSC escape sequences in compilation output.
ansi-osc-handlersAlist of handlers for OSC escape sequences.
ansi-osc-hyperlink-mapKeymap used by OSC 8 hyperlink buttons.

Defined functions (6)

ansi-osc-apply-on-region(BEGIN END)
ansi-osc-compilation-filter()
ansi-osc-directory-tracker(_ TEXT)
ansi-osc-filter-region(BEGIN END)
ansi-osc-hyperlink-handler(_ TEXT)
ansi-osc-window-title-handler(_ TEXT)

Defined faces (0)