From fb2cc6a2057ed9e7c48f1f4332f83e62f4a3d746 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 31 Jul 2015 02:14:38 -0700 Subject: [PATCH] readme: screen options. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 73c66a0..e408d38 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,13 @@ The screen on which every other node renders. to ncurses). - __forceUnicode__ - Force blessed to use unicode even if it is not detected via terminfo, env variables, or windows code page. +- __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 + program that ran over telnet or something of that nature. +- __term__ - `TERM` name used for terminfo parsing. Set to the `$TERM` env + variable by default. +- __title__ - Set the terminal window title if possible. Corresponds to the + `title` property mentioned below. ##### Properties: