@hackage AC-Terminal1.0
Trivial wrapper over ansi-terminal.
Categories
License
BSD-3-Clause
Maintainer
MathematicalOrchid@hotmail.com
Links
- Documentation
- No source repository
- Security
Versions
- 1.0 Sun, 30 Sep 2018
Installation
Dependencies (2)
- base >=4 && <4.6
- ansi-terminal >=0.5 && <0.9 Show all…
Dependents (1)
@hackage/acme-everything
This trivial package presents a simplified interface to
the most excellent ansi-terminal
package, exposing only
the functionallity that I personally use. It is very
limited, but very easy to use.
This package allows you to manipulate the text output terminal (assuming your program has one). Specifically, it supports colour changes and title changes (for virtual terminals). Impressively, it (or rather, the package it wraps) works on both Windows and Unix. Under Windows, it uses native Win32 calls, while under Unix it uses ANSI escape codes.