https://github.com/iolanguage/curses
https://github.com/iolanguage/curses
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/curses
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:53:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T13:18:20.000Z (about 8 years ago)
- Last Synced: 2025-03-14T05:44:45.028Z (over 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curses
Curses allows writing and reading at arbitrary positions on the terminal.
# Installation
`curses`/`ncurses` should be installed in your system. Then:
```
eerie install https://github.com/IoLanguage/Curses.git
```