Check out my first novel, midnight's simulacra!
Notcurses: Difference between revisions
From dankwiki
(Created page with "My library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators. It does not use Ncurses (though it does make use of libtinfo from tha...") |
No edit summary |
||
Line 1: | Line 1: | ||
My library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators. It does not use [[Ncurses]] (though it does make use of libtinfo from that package), nor is it an X/Open Curses source-compatible replacement. | My library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators. It does not use [[Ncurses]] (though it does make use of libtinfo from that package), nor is it an X/Open Curses source-compatible replacement. | ||
Source and issue-tracking live at [ | Source and issue-tracking live at [https://github.com/dankamongmen/notcurses Github]. |