Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX a47c6f78eb
Fix bugs.
2020-12-03 14:15:04 +08:00
examples Update tcsgrep. 2020-12-01 19:42:13 +08:00
man Misc update. 2020-11-27 09:23:12 +08:00
src Fix bugs. 2020-12-03 14:15:04 +08:00
tests Update tcsgrep. 2020-12-02 17:53:59 +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.org Misc update. 2020-11-27 09:23:12 +08:00
Makefile.am Initial commit 2020-11-17 14:24:43 +08:00
README.org Initial commit 2020-11-17 14:24:43 +08:00
configure.ac Misc update. 2020-11-27 09:23:12 +08:00

README.org

README

https://travis-ci.com/CismonX/ctlseqs.svg https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg

ctlseqs - helper library for terminal control sequences

Description

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

This library 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

Build from source or install from a package manager. See INSTALL.org 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.