Merge pull request #2 from diego-c/patch-1

fix definition for bg and fg types
This commit is contained in:
Iuri Matias 2018-07-07 01:33:06 +03:00 committed by GitHub
commit 47c4e878ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -512,8 +512,8 @@ The base element.
- __border__ - Border object.
- __type__ - Type of border (`line` or `bg`). `bg` by default.
- __ch__ - Character to use if `bg` type, default is space.
- __bg, fg__ - Border foreground and background, must be numbers (-1 for
default).
- __bg, fg__ - Border foreground and background, can be strings or numbers (-1 for
default). See [Colors](https://github.com/chjj/blessed#colors-1 "Colors").
- __bold, underline__ - Border attributes.
- __style__ - Contains attributes (e.g. `fg/bg/underline`). See above.
- __position__ - Raw width, height, and offsets.
@ -522,7 +522,8 @@ The base element.
- __visible__ - Whether the element is visible or not.
- __detached__ - Whether the element is attached to a screen in its ancestry
somewhere.
- __fg, bg__ - Foreground and background, must be numbers (-1 for default).
- __fg, bg__ - Foreground and background, can be strings or numbers (-1 for
default). See [Colors](https://github.com/chjj/blessed#colors-1 "Colors").
- __bold, underline__ - Attributes.
- __width__ - Calculated width.
- __height__ - Calculated height.