Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```