aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-02-21 21:09:03 +0100
committerRob Hoelz <rob@hoelz.ro>2013-02-21 21:09:03 +0100
commit6b72c9bf9edb15a9562e20a7794321e95b7824f9 (patch)
treedb5919e82863eb0fd3e4c8e20e46e09e02d58bb3
parentf04fcfad99ffbcc54b20e41c7e19534940a69507 (diff)
downloadlua-term-6b72c9bf9edb15a9562e20a7794321e95b7824f9.tar.gz
lua-term-6b72c9bf9edb15a9562e20a7794321e95b7824f9.tar.bz2
lua-term-6b72c9bf9edb15a9562e20a7794321e95b7824f9.zip
Issue deprecation warning for isatty
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index dea78bc..395b37b 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ Clear from the current cursor position to the end of the current line.
53 53
54Returns `true` if `file` is a TTY; `false` otherwise. 54Returns `true` if `file` is a TTY; `false` otherwise.
55 55
56*NOTE*: This function has been deprecated in favor of luaposix's implementation.
57If you would like this functionality in the future, please use luaposix.
58
56`term.colors` Values 59`term.colors` Values
57------------------ 60------------------
58 61