diff options
author | Rob Hoelz <rob@hoelz.ro> | 2013-02-21 21:09:03 +0100 |
---|---|---|
committer | Rob Hoelz <rob@hoelz.ro> | 2013-02-21 21:09:03 +0100 |
commit | 6b72c9bf9edb15a9562e20a7794321e95b7824f9 (patch) | |
tree | db5919e82863eb0fd3e4c8e20e46e09e02d58bb3 | |
parent | f04fcfad99ffbcc54b20e41c7e19534940a69507 (diff) | |
download | lua-term-6b72c9bf9edb15a9562e20a7794321e95b7824f9.tar.gz lua-term-6b72c9bf9edb15a9562e20a7794321e95b7824f9.tar.bz2 lua-term-6b72c9bf9edb15a9562e20a7794321e95b7824f9.zip |
Issue deprecation warning for isatty
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ Clear from the current cursor position to the end of the current line. | |||
53 | 53 | ||
54 | Returns `true` if `file` is a TTY; `false` otherwise. | 54 | Returns `true` if `file` is a TTY; `false` otherwise. |
55 | 55 | ||
56 | *NOTE*: This function has been deprecated in favor of luaposix's implementation. | ||
57 | If you would like this functionality in the future, please use luaposix. | ||
58 | |||
56 | `term.colors` Values | 59 | `term.colors` Values |
57 | ------------------ | 60 | ------------------ |
58 | 61 | ||