项目作者: Valen-H

项目描述 :
An ansi terminal controller made in C.
高级语言: C
项目地址: git://github.com/Valen-H/Ansi.git
创建时间: 2018-11-23T19:39:34Z
项目社区:https://github.com/Valen-H/Ansi

开源协议:

下载


Commands:

  1. -attr - Show terminal attributes.
  2. -aux on|off - Toggle auxillary port.
  3. -cursor (x[ y] | (show|hide|blink|noblink)) - Manage terminal cursor.
  4. -dec - Switch from ASCII to DEC.
  5. -erase - Manage terminal display.
  6. -region - Set scrolling region.
  7. -resize - Resize terminal window.
  8. -reset - Reset window state.
  9. -scroll [-]dy - Scroll terminal.
  10. -switch alternative|normal - Switch terminal screen.
  11. -title name - Change terminal title.
  12. -paste block|enable - Toggle pasting.
  13. -sgr params<num|SGR> - Set graphic rendition.

Macros:

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