readme. package.

This commit is contained in:
Christopher Jeffrey 2015-08-02 01:56:26 -07:00
parent 89afe613ad
commit aa23f346d9
2 changed files with 3 additions and 4 deletions

View File

@ -42,10 +42,8 @@ This will render a box with line borders containing the text `'Hello world!'`,
perfectly centered horizontally and vertically.
__NOTE__: It is recommend you use either `smartCSR` or `fastCSR` as a
`blessed.screen` option. `autoPadding` is also recommended; it will
automatically offset box content within borders instead of on top of them when
coords are `0`. Non-`autoPadding` _may_ be deprecated in the future. See the
API documentation for further explanation of these options.
`blessed.screen` option. This will enable CSR when scrolling text in elements
or when manipulating lines.
``` js
var blessed = require('blessed');

View File

@ -3,6 +3,7 @@
"description": "A high-level terminal interface library for node.js.",
"author": "Christopher Jeffrey",
"version": "0.1.20",
"license": "MIT",
"main": "./lib/blessed.js",
"bin": "./bin/tput.js",
"preferGlobal": false,