This commit is contained in:
Christopher Jeffrey 2013-06-11 12:53:28 -05:00
parent 3bdbca77a9
commit 495060e074

View File

@ -233,7 +233,7 @@ The base element.
- inherits all from Node.
- **border** - border object.
- **type** - type of border (`ascii` or `bg`). `bg` by default.
- **ch* - character to use if `bg` type, default is space.
- **ch** - character to use if `bg` type, default is space.
- **bg, fg** - border foreground and background, must be numbers (-1 for default).
- **bold, underline** - border attributes.
- **position** - raw width, height, and offsets.