Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeralphson/ansi-plus
Turbo Pascal CRT unit-like functions and primitive TUI utilities for Node.js
https://github.com/mikeralphson/ansi-plus
ansi crt curses ncurses pascal terminal tui turbo-pascal
Last synced: 20 days ago
JSON representation
Turbo Pascal CRT unit-like functions and primitive TUI utilities for Node.js
- Host: GitHub
- URL: https://github.com/mikeralphson/ansi-plus
- Owner: MikeRalphson
- License: mit
- Created: 2018-11-07T08:34:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T13:58:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T23:12:53.542Z (3 months ago)
- Topics: ansi, crt, curses, ncurses, pascal, terminal, tui, turbo-pascal
- Language: JavaScript
- Homepage: https://mikeralphson.github.io/ansi-plus/
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansi-plus
Turbo Pascal CRT unit-like functions and primitive TUI utilities for Node.JS
## Installation
* Requires `Node.js` `v7.6.0` or higher (for `async`/`await`)
* Clone this repository
* `npm i`## Contents
* `crt.js` - a rough analogue of the Turbo Pascal CRT unit, has some limitations and some extensions
* `utility.js` - a rough analogue of my own UTILITY.PAS unit from the 1990s which provides simple TUI primitives such as box-drawing## Work in progress
* `cua.js` - building on the above, provides a menu system loosely based on the IBM SAA/CUA guidelines
## TODO
* A damage / write-through buffer to allow restoring sections of the screen