Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 15749035f4
continuous-integration/drone/push Build is passing Details
Update README.
2021-02-20 20:04:56 +08:00
doc Update documentation. 2021-02-10 20:05:33 +08:00
examples Fix build scripts. 2021-02-20 18:20:47 +08:00
include Move header file to a separate directory. 2021-02-20 12:38:42 +08:00
man Update wordings. 2021-02-03 03:13:38 +08:00
src Move header file to a separate directory. 2021-02-20 12:38:42 +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 Move header file to a separate directory. 2021-02-20 12:38:42 +08:00
Makefile.am Move header file to a separate directory. 2021-02-20 12:38:42 +08:00
README.md Update README. 2021-02-20 20:04:56 +08:00
configure.ac Move header file to a separate directory. 2021-02-20 12:38:42 +08:00

README.md

README

Build Status License

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.

Some examples are provided to demonstrate the basic usage of this library.