ANSI/escape codes: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==Links | {{fmt/title|ANSI X3.64|in-band text-terminal (TTY) escape codes}} | ||
==About== | |||
Also known as: | |||
* ECMA-48 | |||
* ISO/IEC 6429 | |||
* FIPS 86 | |||
* JIS X 0211 | |||
==Links== | |||
===Reference=== | |||
* {{wikipedia|ANSI escape code}} | |||
* [https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b ANSI Escape Sequences] by ConnorWill | * [https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b ANSI Escape Sequences] by ConnorWill | ||
== | ===How To=== | ||
* [https://www.linuxquestions.org/questions/programming-9/get-width-height-of-a-terminal-window-in-c-810739/ SOLVED: Get width/height of a terminal window in c++?] | * [https://www.linuxquestions.org/questions/programming-9/get-width-height-of-a-terminal-window-in-c-810739/ SOLVED: Get width/height of a terminal window in c++?] | ||
Latest revision as of 01:46, 8 December 2025
About
Also known as:
- ECMA-48
- ISO/IEC 6429
- FIPS 86
- JIS X 0211
Links
Reference
- Wikipedia (ANSI escape code)
- ANSI Escape Sequences by ConnorWill
