ctlseqs/README.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2020-12-14 13:12:09 +00:00
<!--
2021-01-10 17:53:38 +00:00
Copyright (C) 2020,2021 CismonX <admin@cismon.net>
2020-12-14 13:12:09 +00:00
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.
-->
2021-02-21 20:15:29 +00:00
# ctlseqs
2020-12-14 13:12:09 +00:00
2021-02-20 12:04:56 +00:00
[![Build Status](https://shields.io/drone/build/CismonX/ctlseqs?server=https%3A%2F%2Fdrone.cismon.net)](https://drone.cismon.net/CismonX/ctlseqs)
2021-01-25 06:17:06 +00:00
[![License](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](COPYING)
2021-02-21 20:15:29 +00:00
[![Savannah](https://img.shields.io/badge/hosted_on-Savannah-pink)](https://sv.gnu.org/p/ctlseqs)
2020-12-14 13:12:09 +00:00
2020-12-20 20:21:28 +00:00
## About
2020-12-14 13:12:09 +00:00
2021-02-20 12:04:56 +00:00
The ctlseqs library provides C API for handling ECMA-35/ECMA-48 compatible control functions,
which is commonly used for communication between terminal emulators and text-based programs.
2020-12-14 13:12:09 +00:00
2020-12-20 20:21:28 +00:00
## Getting Started
2020-12-14 13:12:09 +00:00
2021-01-25 06:17:06 +00:00
For installation instructions, see [INSTALL.md](INSTALL.md).
2020-12-14 13:12:09 +00:00
2021-02-21 20:15:29 +00:00
Documentation of the library can be read [online](https://nongnu.org/ctlseqs/manual), or read with `info ctlseqs` after installation.
Unix man pages are also available.