aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index edc805b..9ea4dd6 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,9 @@ Clear from the current cursor position to the end of the current line.
89 89
90Returns `true` if `file` is a TTY; `false` otherwise. 90Returns `true` if `file` is a TTY; `false` otherwise.
91 91
92*NOTE*: This function has been deprecated in favor of luaposix's implementation. 92*NOTE*: This function has been deprecated in favor of luasystem's implementation
93If you would like this functionality in the future, please use luaposix. 93(or luaposix if you don't need Windows support).
94If you would like this functionality in the future, please use luasystem.
94 95
95`term.colors` Values 96`term.colors` Values
96------------------ 97------------------