Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX cf6640853e
continuous-integration/drone/push Build is passing Details
Update Drone build configuration.
2021-02-05 15:42:26 +08:00
doc Add empty chapters in documentation. 2021-02-05 15:25:16 +08:00
examples Update sixdraw and tcsgrep. 2021-02-03 03:44:24 +08:00
man Update wordings. 2021-02-03 03:13:38 +08:00
src Update wordings. 2021-02-03 03:13:38 +08:00
tests Update sixdraw and tcsgrep. 2021-02-03 03:44:24 +08:00
.drone.yml Update Drone build configuration. 2021-02-05 15:42:26 +08:00
.gitignore Update copyright notice. 2021-01-11 01:53:38 +08:00
COPYING Initial commit 2020-11-17 14:24:43 +08:00
INSTALL.md Update README and config scripts. 2021-01-25 14:17:06 +08:00
Makefile.am Update copyright notice. 2021-01-11 01:53:38 +08:00
README.md Update README and config scripts. 2021-01-25 14:17:06 +08:00
configure.ac Update README and config scripts. 2021-01-25 14:17:06 +08:00

README.md

README

Build Status License

About

The ctlseqs library provides C API for handling ECMA-35/ECMA-48 compatible escape sequences, 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.