|
|
|
|
|
by Lerc
4 days ago
|
|
I have never quite found a full and comprehensive catalogue of escape sequences. I think the last time I needed a list, I found a developer of a terminal app(might have been kitty?) had a page with what they had found. This isn't no much a specification as a collection of variously supported codes. Some have been deliberately killed off (like setting the window title to the string returned from a commandline string). An escape code so powerful that it gives text files shell access. |
|
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