started writing a Makefile

This commit is contained in:
scbj
2025-01-31 16:52:28 +01:00
parent e0a934821e
commit b599fdd905
4 changed files with 29 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
## ANSI escape sequences
Ansi escape sequences are used to format output in a terminal. They **are prefixed with an escape character**, which can be written in a few ways:
- Ctrl-Key `^[`
- Octal `\033` (\0 for octal)
- Hexadecimal `\x1B` (\x for hexadecimal)