PDCursesMod
PDCursesMod copied to clipboard
Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model, modified and extended from the 'official' version
Quoting from [the temporal TODO](https://www.projectpluto.com/temp/todo.txt); > In ncurses and VT, a double-click or triple-click result in getting a double or triple-click event. perfectly fine, with handling the click resolution by...
When inspecting #172 I've recognized that this repo uses it much less than @wmcbrine's repo (which also don't use it in all methods). Is there a reason for this? Should...
Is it possible to activate and deactivate the menu bar ?. And if it is also possible to choose the font in the code of your program ?.
This is just an idea but can be a nice addon. It can be done "manually" or (why not) be integrated to run by Travis (normally when merging to a...
I haven't checked the current version in deep but obviously it isn't ncurses compatible. We do have a compatible panel interface (including panel.h) but the menu interface (with menu.h) is...
wincon got support for "not-anymore Borland" BC++ 7.0+ (owned by Embercado, CLANG based, supports win32 and win64 [using the "community edition", possibly untested for PDCurses]). It cannot use Borland C...
Hi, I would like to have support for Unicode combining and double width chars in the standard Windows Command Prompt and PowerShell console. I requested this feature before for PDCurses...
Hi Bill, as I wanted to create a complete build with the last release in any case I can put some extra effort in and make them available for download....
Mouse handling for the menu would be nice. Is this possible in some/all variants?
The user guide can be created with doing `make` in the doc directory. It compiles manext from Mark Hessling which then extracts documentation from the PDCurses sources and some additional...