|
|
|
|
|
by shakna
10 days ago
|
|
Or, a collection of specifications. C0 in ISO 6429 C1 in ECMA-48 Though, the big one is C1. OS commands and CSI (graphics, cursors, etc.) are both defined in it. And hyperlinks have sorta default to ESC]8 but its not in any of the standards. Ta to Gnome and VTE for making it semi-supported everywhere. The Linux manpage for ANSI escapes is pretty comprehensive as a catalogue. [1] If you're looking for what you can actually use, and what has been deprecated, man should be the first stop. [1] https://man7.org/linux/man-pages/man4/console_codes.4.html |
|
The Linux console_codes(4) man page is only what escape sequences are supported by the Linux VT console, which you probably aren't using. You are more likely using a GUI terminal emulator under Wayland or X, in which case you need to look at the docs for that terminal emulator.
Most terminal emulators have more comprehensive support than the VT console does, so if the VT console supports it, a recent terminal emulator probably will too. The exception is "Linux Console Private CSI Sequences", which I doubt terminal emulators would support, although some of them could be supported.