Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 67d48ebc09
Update README and documentation.
2020-12-14 21:12:09 +08:00
examples Rename configuration functions. 2020-12-11 12:47:14 +08:00
man Update README and documentation. 2020-12-14 21:12:09 +08:00
src Rename configuration functions. 2020-12-11 12:47:14 +08:00
tests Rename configuration functions. 2020-12-11 12:47:14 +08:00
.gitattributes Initial commit 2020-11-17 14:24:43 +08:00
.gitignore Initial commit 2020-11-17 14:24:43 +08:00
.travis.yml Update travis-ci configuration 2020-11-17 14:31:44 +08:00
COPYING Initial commit 2020-11-17 14:24:43 +08:00
INSTALL.md Update README and documentation. 2020-12-14 21:12:09 +08:00
Makefile.am Initial commit 2020-11-17 14:24:43 +08:00
README.md Update README and documentation. 2020-12-14 21:12:09 +08:00
configure.ac Update documentation. Fix bugs. 2020-12-09 17:48:19 +08:00

README.md

README

Travis CI LICENSE

ctlseqs - helper library for terminal control sequences

Description

The ctlseqs library provides C API for manipulating terminal emulators with control sequences.

Ctlseqs is free software. you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Getting Started

To install and use the library, see INSTALL.md for details.

For documentation, see the ctlseqs(7) man page, and also XTerm Control Sequences if you're unfamiliar with them.

Some examples are provided to demonstrate the basic usage of this library.