« get me outta code hell

Shading characters, for fun - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/util/unichars.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-05-30 10:22:13 -0300
committerFlorrie <towerofnix@gmail.com>2018-05-30 10:22:13 -0300
commit7192b51deac9df93bc9a43ec7765b8a5a8eddc82 (patch)
treeaeedc97c2b8923e884119ccf9499fb3a059ad56f /util/unichars.js
parent6ee1936266dda3bd22e4412a7b51cdc6e3c396d5 (diff)
Shading characters, for fun
Diffstat (limited to 'util/unichars.js')
-rw-r--r--util/unichars.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/unichars.js b/util/unichars.js
index 0c2c5ec..ee137e8 100644
--- a/util/unichars.js
+++ b/util/unichars.js
@@ -15,6 +15,10 @@ module.exports = {
   /* ┘ */ BOX_CORNER_BR: '\u2518',
   /* ┌ */ BOX_CORNER_TL: '\u250C',
 
+  /* ░ */ BOX_LIGHT_SHADE: '\u2591',
+  /* ▒ */ BOX_MEDIUM_SHADE: '\u2592',
+  /* ▓ */ BOX_DARK_SHADE: '\u2593',
+
   /* ← */ ARROW_LEFT: '\u2190',
   /* ↑ */ ARROW_UP: '\u2191',
   /* → */ ARROW_RIGHT: '\u2192',