Skip to content

Commit 915c0cf

Browse files
docs: sync tty (#33)
Co-authored-by: haithium <128622475+haithium@users.noreply.github.com>
1 parent d56d654 commit 915c0cf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/tty/api/tty.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ local tty = require "tty"
5656
local rows, cols = tty.size()
5757
print(("terminal: %dx%d"):format(cols, rows))
5858
```
59+
60+
## Fields
61+
62+
<a id="version"></a>
63+
64+
### `_VERSION` (`string`)
65+
66+
Value: `"version"`

0 commit comments

Comments
 (0)