From 6b72c9bf9edb15a9562e20a7794321e95b7824f9 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Thu, 21 Feb 2013 21:09:03 +0100 Subject: Issue deprecation warning for isatty --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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. Returns `true` if `file` is a TTY; `false` otherwise. +*NOTE*: This function has been deprecated in favor of luaposix's implementation. +If you would like this functionality in the future, please use luaposix. + `term.colors` Values ------------------ -- cgit v1.2.3-55-g6feb