« get me outta code hell

don't include ANSI escape codes in measureColumns - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-07-15 22:08:34 -0300
committerFlorrie <towerofnix@gmail.com>2020-07-15 22:08:34 -0300
commit3bd328e68894a7819aa26e2325d7984eaa3959e0 (patch)
tree43202cd7a0cbaa3d94a2116622f951a7a37b820a /package.json
parentbe0919ac31b1048248941ed0c290c03824732297 (diff)
don't include ANSI escape codes in measureColumns
This allows pretty much any code based around measureColumns
(e.g. buttons, labels, word-wrapping code) to handle ANSI-formatted
text without any miscalculated measurements.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a1d575d..2f3f82f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.2.2",
+  "version": "0.2.3",
   "description": "terminal ui library",
   "main": "index.js",
   "repository": "https://notabug.org/towerofnix/tui-lib.git",