Unicode Support / Cursor issues Fix (#740)

* Add container with a fixed width around unicode characters

* Make container width dynamic and fix wide chars clipping issue

* Finer control on the creation of containers for text inserted in the terminal
This commit is contained in:
Benoit Averty 2016-11-18 02:12:23 +01:00 committed by Guillermo Rauch
parent 27a20e0cfc
commit da4858a76e
2 changed files with 102 additions and 3 deletions

View file

@ -87,7 +87,8 @@
"reselect": "2.5.4",
"seamless-immutable": "6.1.3",
"semver": "5.3.0",
"uuid": "2.0.2"
"uuid": "2.0.2",
"runes": "^0.3.0"
},
"devDependencies": {
"ava": "^0.16.0",