aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-02-19 11:01:05 +0100
committerRob Hoelz <rob@hoelz.ro>2013-02-19 11:01:05 +0100
commitf04fcfad99ffbcc54b20e41c7e19534940a69507 (patch)
tree4cb144ad46de21d1a3ee13b18b26dddca5323231
parent9dd7d88a9c3988d785be86c16544aea3481c864e (diff)
downloadlua-term-f04fcfad99ffbcc54b20e41c7e19534940a69507.tar.gz
lua-term-f04fcfad99ffbcc54b20e41c7e19534940a69507.tar.bz2
lua-term-f04fcfad99ffbcc54b20e41c7e19534940a69507.zip
Document isatty
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba4b8e1..dea78bc 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,10 @@ Clear the terminal's contents.
49 49
50Clear from the current cursor position to the end of the current line. 50Clear from the current cursor position to the end of the current line.
51 51
52### `term.isatty(file)`
53
54Returns `true` if `file` is a TTY; `false` otherwise.
55
52`term.colors` Values 56`term.colors` Values
53------------------ 57------------------
54 58