Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX a11dc49a90
Fix build scripts.
2021-02-20 18:20:47 +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 and config scripts. 2021-01-25 14:17:06 +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 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.