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:
parent
27a20e0cfc
commit
da4858a76e
2 changed files with 102 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue