Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 369 Bytes

pdcurses-d

D bindings for PDCurses.

Installation

Add "pdcurses-d": "~>1.0.0" to your dub dependencies.

Usage

Simply use it as you would use PDCurses:

import pdcurses;

// be happy, or not because it's curses

License

This binding is in MIT, but PDCurses is in the public domain (mostly).