This repository was archived by the owner on Oct 6, 2024. It is now read-only.
maandree/libterminput
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repo has been moved to Codeberg and may be out of date on GitHub. Canonical repo: https://codeberg.org/maandree/libterminput NAME libterminput - A terminal input parsing library DESCRIPTION libterminput is a small library that parses input from the terminal. libterminput does not use terminfo, but recognises common sequences. libterminput provides the following functions: libterminput_read(3) Read and parse input from the terminal. libterminput_is_ready(3) Check if there is read data buffered. libterminput_set_flags(3) Add input parsing flags. libterminput_clear_flags(3) Remove input parsing flags.