diff options
author | Rob Hoelz <rob@hoelz.ro> | 2024-06-01 13:42:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 13:42:00 -0500 |
commit | 9143542451bc7b193d4baf2b816b73f59b12cc4c (patch) | |
tree | 97789e714e08eefc21df87d0be9342268c2f2d30 | |
parent | 36ec4e5dd6bf7a485fbab72f0c0940aaa60badfb (diff) | |
parent | 26de188def306b3bf41dd1eaf510a44ebe6c425e (diff) | |
download | lua-term-9143542451bc7b193d4baf2b816b73f59b12cc4c.tar.gz lua-term-9143542451bc7b193d4baf2b816b73f59b12cc4c.tar.bz2 lua-term-9143542451bc7b193d4baf2b816b73f59b12cc4c.zip |
Merge pull request #26 from Tieske/patch-1
refer to luasystem for Windows support
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -89,8 +89,9 @@ Clear from the current cursor position to the end of the current line. | |||
89 | 89 | ||
90 | Returns `true` if `file` is a TTY; `false` otherwise. | 90 | Returns `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 |
93 | If you would like this functionality in the future, please use luaposix. | 93 | (or luaposix if you don't need Windows support). |
94 | If you would like this functionality in the future, please use luasystem. | ||
94 | 95 | ||
95 | `term.colors` Values | 96 | `term.colors` Values |
96 | ------------------ | 97 | ------------------ |