Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shugo/curses
Ruby binding for curses, ncurses, and PDCurses
https://github.com/shugo/curses
Last synced: about 2 months ago
JSON representation
Ruby binding for curses, ncurses, and PDCurses
- Host: GitHub
- URL: https://github.com/shugo/curses
- Owner: shugo
- License: other
- Created: 2013-06-30T07:27:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-30T07:28:27.000Z (over 11 years ago)
- Last Synced: 2023-04-12T11:03:12.428Z (almost 2 years ago)
- Language: C
- Size: 115 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
curses - Ruby binding for curses, ncurses, and PDCurses
=======================================================curses is an extension library for TUI applications.
This library is extracted from the Ruby standard library.Install
-------```bash
$ gem install curses
```