mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-23 08:08:16 +00:00
readme: minor.
This commit is contained in:
parent
fb2cc6a205
commit
17f7d7bf31
@ -342,10 +342,10 @@ The screen on which every other node renders.
|
|||||||
- __forceUnicode__ - Force blessed to use unicode even if it is not detected
|
- __forceUnicode__ - Force blessed to use unicode even if it is not detected
|
||||||
via terminfo, env variables, or windows code page.
|
via terminfo, env variables, or windows code page.
|
||||||
- __input/output__ - Input and output streams. `process.stdin`/`process.stdout`
|
- __input/output__ - Input and output streams. `process.stdin`/`process.stdout`
|
||||||
by default, however, it could be a `net.Socket` if you wanted to make a
|
by default, however, it could be a `net.Socket` if you want to make a program
|
||||||
program that ran over telnet or something of that nature.
|
that runs over telnet or something of that nature.
|
||||||
- __term__ - `TERM` name used for terminfo parsing. Set to the `$TERM` env
|
- __term__ - `TERM` name used for terminfo parsing. The `$TERM` env variable is
|
||||||
variable by default.
|
used by default. This option is unlikely to ever be needed.
|
||||||
- __title__ - Set the terminal window title if possible. Corresponds to the
|
- __title__ - Set the terminal window title if possible. Corresponds to the
|
||||||
`title` property mentioned below.
|
`title` property mentioned below.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user