https://github.com/daurnimator/lua-tui
lua library for creating a terminal UI
https://github.com/daurnimator/lua-tui
Last synced: 6 months ago
JSON representation
lua library for creating a terminal UI
- Host: GitHub
- URL: https://github.com/daurnimator/lua-tui
- Owner: daurnimator
- License: mit
- Created: 2016-10-24T04:27:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T10:35:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T23:55:55.282Z (8 months ago)
- Language: Lua
- Size: 58.6 KB
- Stars: 21
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lua-tui
A library for doing things with terminals
## Status
This was a weekend project. You probably shouldn't use it in any projects.
## Components
### tui.filters
Tells you how long a potentially unread escape sequence will be.
Filters get a `peek` function that they use to lookahead on an input stream.
### tui.terminfo
Parser for terminfo files
### tui.tput
`init` and `reset` functions
## Useful links
- http://invisible-island.net/xterm/ctlseqs/ctlseqs.html