Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 471825b0ac
continuous-integration/drone/push Build is passing Details
Refactor sixdraw code.
2021-10-30 23:14:10 +08:00
doc Update documentation for matcher. 2021-03-19 20:58:33 +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 for matcher. 2021-03-19 20:58:33 +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 Fix CI build warning. 2021-10-30 23:00:22 +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.