Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 5d13a15994
continuous-integration/drone/push Build is passing Details
Refactor library code.
2021-03-05 18:19:15 +08:00
doc Add manual for control sequence matcher patterns. 2021-03-02 20:33:09 +08:00
examples Fix build scripts. 2021-02-20 18:20:47 +08:00
include Add helper macros. 2021-02-22 03:05:27 +08:00
man Remove obsolete man page entries. 2021-02-26 17:43:53 +08:00
src Refactor library code. 2021-03-05 18:19:15 +08:00
tests Fix build scripts. 2021-02-20 18:20:47 +08:00
.drone.yml Update Drone build configuration. 2021-02-05 15:42:26 +08:00
.gitignore Fix build scripts. 2021-02-20 18:20:47 +08:00
COPYING Initial commit 2020-11-17 14:24:43 +08:00
INSTALL.md Update README files. 2021-02-22 04:15:29 +08:00
Makefile.am Move header file to a separate directory. 2021-02-20 12:38:42 +08:00
README.md Update README files. 2021-02-22 04:15:29 +08:00
configure.ac Move header file to a separate directory. 2021-02-20 12:38:42 +08:00

README.md

ctlseqs

Build Status License Savannah

About

The ctlseqs library provides C API for handling ECMA-35/ECMA-48 compatible control functions, which is commonly used for communication between terminal emulators and text-based programs.

Getting Started

For installation instructions, see INSTALL.md.

Documentation of the library can be read online, or read with info ctlseqs after installation. Unix man pages are also available.