readme. package.
This commit is contained in:
parent
89afe613ad
commit
aa23f346d9
|
@ -42,10 +42,8 @@ This will render a box with line borders containing the text `'Hello world!'`,
|
||||||
perfectly centered horizontally and vertically.
|
perfectly centered horizontally and vertically.
|
||||||
|
|
||||||
__NOTE__: It is recommend you use either `smartCSR` or `fastCSR` as a
|
__NOTE__: It is recommend you use either `smartCSR` or `fastCSR` as a
|
||||||
`blessed.screen` option. `autoPadding` is also recommended; it will
|
`blessed.screen` option. This will enable CSR when scrolling text in elements
|
||||||
automatically offset box content within borders instead of on top of them when
|
or when manipulating lines.
|
||||||
coords are `0`. Non-`autoPadding` _may_ be deprecated in the future. See the
|
|
||||||
API documentation for further explanation of these options.
|
|
||||||
|
|
||||||
``` js
|
``` js
|
||||||
var blessed = require('blessed');
|
var blessed = require('blessed');
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"description": "A high-level terminal interface library for node.js.",
|
"description": "A high-level terminal interface library for node.js.",
|
||||||
"author": "Christopher Jeffrey",
|
"author": "Christopher Jeffrey",
|
||||||
"version": "0.1.20",
|
"version": "0.1.20",
|
||||||
|
"license": "MIT",
|
||||||
"main": "./lib/blessed.js",
|
"main": "./lib/blessed.js",
|
||||||
"bin": "./bin/tput.js",
|
"bin": "./bin/tput.js",
|
||||||
"preferGlobal": false,
|
"preferGlobal": false,
|
||||||
|
|
Loading…
Reference in New Issue