From 776ee88139a0ecf31386fd5c3c1ffdf8eacafae8 Mon Sep 17 00:00:00 2001 From: haithium <128622475+haithium@users.noreply.github.com> Date: Sun, 14 Jun 2026 15:16:24 +0000 Subject: [PATCH] docs: generate API docs --- docs/api/tty.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api/tty.md b/docs/api/tty.md index 3b4e80a..85046f9 100644 --- a/docs/api/tty.md +++ b/docs/api/tty.md @@ -56,3 +56,11 @@ local tty = require "tty" local rows, cols = tty.size() print(("terminal: %dx%d"):format(cols, rows)) ``` + +## Fields + + + +### `_VERSION` (`string`) + +Value: `"version"`