Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX ac6b5df8c8
Prepare for Texinfo documentation.
2020-12-28 02:05:42 +08:00
.github/workflows Update build.yml. 2020-12-21 02:44:42 +08:00
doc Prepare for Texinfo documentation. 2020-12-28 02:05:42 +08:00
examples Use size_t in `union ctlseqs_value`. 2020-12-25 19:19:54 +08:00
man Update man pages. 2020-12-25 19:20:05 +08:00
src Use size_t in `union ctlseqs_value`. 2020-12-25 19:19:54 +08:00
tests Use size_t in `union ctlseqs_value`. 2020-12-25 19:19:54 +08:00
.gitattributes Misc update. 2020-12-15 20:49:45 +08:00
.gitignore Prepare for Texinfo documentation. 2020-12-28 02:05:42 +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 Prepare for Texinfo documentation. 2020-12-28 02:05:42 +08:00
README.md Fix bugs. 2020-12-21 04:21:28 +08:00
configure.ac Prepare for Texinfo documentation. 2020-12-28 02:05:42 +08:00

README.md

README

GitHub Actions LICENSE

ctlseqs - helper library for terminal control sequences

About

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.