Skip to content

Instantly share code, notes, and snippets.

View amaank404's full-sized avatar
💫
Learning React.js + Next.js

Amaan amaank404

💫
Learning React.js + Next.js
View GitHub Profile
@amaank404
amaank404 / ANSI.md
Created November 23, 2020 07:01 — 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