Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 8f7423581d
continuous-integration/drone/push Build is failing Details
Use a more recent system image for Drone CI.
2021-11-12 12:50:27 +08:00
doc Update documentation. 2021-11-11 15:24:50 +08:00
examples Refactor sixdraw code. 2021-10-30 23:14:10 +08:00
include Refactor code. 2021-10-30 22:43:54 +08:00
man Update documentation. 2021-11-11 15:24:50 +08:00
src Fix CI build warning. 2021-10-30 23:00:22 +08:00
tests Refactor code. 2021-10-30 22:43:54 +08:00
.drone.yml Use a more recent system image for Drone CI. 2021-11-12 12:50:27 +08:00
.gitignore Refactor code. 2021-10-30 22:43:54 +08:00
COPYING Initial commit 2020-11-17 14:24:43 +08:00
INSTALL.md Refactor code. 2021-10-30 22:43:54 +08:00
Makefile.am Refactor code. 2021-10-30 22:43:54 +08:00
README.md Refactor code. 2021-10-30 22:43:54 +08:00
configure.ac Refactor code. 2021-10-30 22:43:54 +08:00

README.md

ctlseqs

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.

ctlseqs is free software, licensed under the terms of the GNU General Public License, either version 3, or any later version of the license. See COPYING for details.

See INSTALL.md for instructions on how to build and install ctlseqs.

Visit the project homepage for documentation, mailing lists, releases, and everything else about ctlseqs.