An open API service indexing awesome lists of open source software.

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

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