Update README.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
CismonX 2021-02-20 20:04:56 +08:00
parent a11dc49a90
commit 15749035f4
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 5 additions and 4 deletions

View File

@ -8,17 +8,18 @@ this notice are preserved. This file is offered as-is, without any warranty.
# README
[![Build Status](https://drone.cismon.net/api/badges/CismonX/ctlseqs/status.svg)](https://drone.cismon.net/CismonX/ctlseqs)
[![Build Status](https://shields.io/drone/build/CismonX/ctlseqs?server=https%3A%2F%2Fdrone.cismon.net)](https://drone.cismon.net/CismonX/ctlseqs)
[![License](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)](COPYING)
## About
The ctlseqs library provides C API for handling ECMA-35/ECMA-48 compatible escape sequences, which is commonly used for communication between terminal emulators and text-based programs.
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.
## Getting Started
For installation instructions, see [INSTALL.md](INSTALL.md).
[Documentation](doc/ctlseqs.texi) of the library can be read [online](.), or read with `info ctlseqs` after installation.
Documentation of the library can be read [online](.), or read with `info ctlseqs` after installation.
Some [examples](examples) are provided to demonstrate the basic usage of this library.
Some [examples](examples/) are provided to demonstrate the basic usage of this library.