Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
Last updated: August 2019
I made this for my answer to a question on Arqade/Gaming Stack Exchange.
Enchantment | Levels | Bookshelves |
---|---|---|
Aqua Affinity I | 0 | 0 |
Bane of Arthropods I | 5 | 3 |
# Put this code in shell | |
npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH |