An open API service indexing awesome lists of open source software.

https://github.com/valen-h/ansi

An ansi terminal controller made in C.
https://github.com/valen-h/ansi

ansi c gnu terminal vt100 xterm

Last synced: 2 months ago
JSON representation

An ansi terminal controller made in C.

Awesome Lists containing this project

README

        

## Commands:

-attr - Show terminal attributes.
-aux on|off - Toggle auxillary port.
-cursor (x[ y] | (show|hide|blink|noblink)) - Manage terminal cursor.
-dec - Switch from ASCII to DEC.
-erase - Manage terminal display.
-region - Set scrolling region.
-resize - Resize terminal window.
-reset - Reset window state.
-scroll [-]dy - Scroll terminal.
-switch alternative|normal - Switch terminal screen.
-title name - Change terminal title.
-paste block|enable - Toggle pasting.
-sgr params - Set graphic rendition.

## Macros:
To see the list of all available macros i recommend you to read `ansi.h`.