Helper library for control sequences. https://nongnu.org/ctlseqs
Go to file
CismonX 1c661db632
continuous-integration/drone/push Build is passing Details
Switch to self-hosted CI (Drone).
2021-01-24 03:41:56 +08:00
doc Update copyright notice. 2021-01-11 01:53:38 +08:00
examples Remove `dprintf()` usage. 2021-01-22 12:39:41 +08:00
man Update copyright notice. 2021-01-11 01:53:38 +08:00
src Update copyright notice. 2021-01-11 01:53:38 +08:00
tests Update tcsgrep. 2021-01-22 12:49:05 +08:00
.drone.yml Switch to self-hosted CI (Drone). 2021-01-24 03:41:56 +08:00
.gitignore Update copyright notice. 2021-01-11 01:53:38 +08:00
COPYING Initial commit 2020-11-17 14:24:43 +08:00
INSTALL.md Remove `dprintf()` usage. 2021-01-22 12:39:41 +08:00
Makefile.am Update copyright notice. 2021-01-11 01:53:38 +08:00
README.md Switch to self-hosted CI (Drone). 2021-01-24 03:41:56 +08:00
configure.ac Remove `dprintf()` usage. 2021-01-22 12:39:41 +08:00

README.md

README

Build Status 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.