diff options
author | liam4 <towerofnix@gmail.com> | 2017-07-03 18:59:57 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-07-03 19:00:01 -0300 |
commit | 769413468e88acba1a180baa0113139d929a3b9f (patch) | |
tree | f29af36826077178259b7bcc8bf9927cebfe71e3 /unichars.js | |
parent | 489e4d0c78d5f393729cda0e1f6ac9a0a1237b4a (diff) |
A long-due cleanup + examples + things
..Obviously this breaks old things (particularly, see changes in FocusElement).
Diffstat (limited to 'unichars.js')
-rw-r--r-- | unichars.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/unichars.js b/unichars.js deleted file mode 100644 index d685890..0000000 --- a/unichars.js +++ /dev/null @@ -1,17 +0,0 @@ -// Useful Unicode characters. - -module.exports = { - /* … */ ELLIPSIS: '\u2026', - - /* ─ */ BOX_H: '\u2500', - /* ━ */ BOX_H_THICK: '\u2501', - /* ═ */ BOX_H_DOUBLE: '\u2550', - /* │ */ BOX_V: '\u2502', - /* ┃ */ BOX_V_THICK: '\u2503', - /* ║ */ BOX_V_DOUBLE: '\u2551', - - /* ┐ */ BOX_CORNER_TR: '\u2510', - /* └ */ BOX_CORNER_BL: '\u2514', - /* ┘ */ BOX_CORNER_BR: '\u2518', - /* ┌ */ BOX_CORNER_TL: '\u250C' -} |