[ANSI] Escape Sequences
Intro ANSI Escape sequences are used to perform special operations on the terminal, such as changing the output color, making it bold, printing at a specified coordinate etc. The sequences Wherever you see ‘#’, that should be replaced by the appropriate number. Cursor Controls: ESC[#;#H or ESC[#;#f (Moves cusor to line #, column #) ESC[#A [...]
Saving...

