Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 012bb4ef6f
continuous-integration/drone/push Build is passing Details
Update README and config scripts.
2021-01-25 14:17:06 +08:00
doc Update copyright notice. 2021-01-11 01:53:38 +08:00
examples Remove `dprintf()` usage. 2021-01-22 12:39:41 +08:00
man Update README and config scripts. 2021-01-25 14:17:06 +08:00
src Update copyright notice. 2021-01-11 01:53:38 +08:00
tests Update tcsgrep. 2021-01-22 12:49:05 +08:00
.drone.yml Update README and config scripts. 2021-01-25 14:17:06 +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.