Julia Evans on Nostr: i'm trying to come up with a list of everything that resembles a "standard" in the ...
i'm trying to come up with a list of everything that resembles a "standard" in the unix terminal. so far I have:
* POSIX
* ECMA-48
* xterm's control sequences https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
* ncurses
* the GNU coding guidelines for CLI interfaces (--help etc)
* readline
* maybe ASCII
is there anything else I'm missing?
* POSIX
* ECMA-48
* xterm's control sequences https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
* ncurses
* the GNU coding guidelines for CLI interfaces (--help etc)
* readline
* maybe ASCII
is there anything else I'm missing?