ctlseqs/README.org

36 lines
1.3 KiB
Org Mode
Raw Normal View History

2020-11-17 06:24:43 +00:00
#
# Copyright (C) 2020 CismonX <admin@cismon.net>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
#+TITLE: README
[[https://travis-ci.com/CismonX/ctlseqs][https://travis-ci.com/CismonX/ctlseqs.svg]]
[[file:COPYING][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 [[file:INSTALL.org][INSTALL.org]]
for details.
For documentation, see the [[man/ctlseqs.7][ctlseqs(7)]] man page, and also
[[https://invisible-island.net/xterm/ctlseqs/ctlseqs.html][XTerm Control Sequences]] if you're unfamiliar with them.
Some [[file:examples][examples]] are provided to demonstrate the basic usage of this
library.