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.
- Host: GitHub
- URL: https://github.com/valen-h/ansi
- Owner: Valen-H
- Created: 2018-11-23T19:39:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T12:58:40.000Z (over 6 years ago)
- Last Synced: 2025-03-23T11:33:12.005Z (3 months ago)
- Topics: ansi, c, gnu, terminal, vt100, xterm
- Language: C
- Size: 27.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.