readme.
This commit is contained in:
parent
62b1003a05
commit
d42ce98154
25
README.md
25
README.md
|
@ -264,6 +264,15 @@ The screen on which every other node renders.
|
|||
matter whether the keys are locked.
|
||||
- __dockBorders__ - automatically "dock" borders with other elements instead of
|
||||
overlapping, depending on position (__experimental__). for example:
|
||||
These border-overlapped elements:
|
||||
┌─────────┌─────────┐
|
||||
│ box1 │ box2 │
|
||||
└─────────└─────────┘
|
||||
Become:
|
||||
┌─────────┬─────────┐
|
||||
│ box1 │ box2 │
|
||||
└─────────┴─────────┘
|
||||
|
||||
- __fullUnicode__ - allow for rendering of East Asian double-width characters.
|
||||
also enable proper rendering of utf-16 surrogate pairs. this allows you to
|
||||
display text above the basic multilingual plane. this is behind an option
|
||||
|
@ -273,22 +282,6 @@ The screen on which every other node renders.
|
|||
characters that are both surrogate pairs _and_ double-width properly. there
|
||||
is no way for blessed to fix this unfortunately).
|
||||
|
||||
These border-overlapped elements:
|
||||
|
||||
```
|
||||
┌─────────┌─────────┐
|
||||
│ box1 │ box2 │
|
||||
└─────────└─────────┘
|
||||
```
|
||||
|
||||
Become:
|
||||
|
||||
```
|
||||
┌─────────┬─────────┐
|
||||
│ box1 │ box2 │
|
||||
└─────────┴─────────┘
|
||||
```
|
||||
|
||||
##### Properties:
|
||||
|
||||
- inherits all from Node.
|
||||
|
|
Loading…
Reference in New Issue