Skip to content

Instantly share code, notes, and snippets.

View zignig's full-sized avatar
💭
RL(tm) getting in the way of good coding time.

Simon Kirkby zignig

💭
RL(tm) getting in the way of good coding time.
  • Perth Australia
View GitHub Profile
@zignig
zignig / ANSI.md
Created August 23, 2020 00:47 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1b
  • Decimal: 27