PDCursesMod icon indicating copy to clipboard operation
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

Results 53 PDCursesMod issues
Sort by recently updated
recently updated
newest added

Hi, I made some rudimentary changes to the CMake files so that I could include PDCursesMod as a "subproject". I'm by no means an expert on CMake so I'm hoping...

instead of 2017 build with 2022, additional build with vs2008 to test "ancient environment"

I've build identical the wingui, wincon and vt ports with the shipped Makefile.vc, only setting DLL=1. The demos run in all environments but the vt port.

This suggestion is related to https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-pdcurses/001-mingw-pdcurses-4.1.0-build.patch and likely came up before: Wouldn't it be reasonable to either "always" or "depending on a make flag" rename the targets to libpdcurses.a /...

(Extension of some comments I made in re pull request #207. As noted there, I don't expect to be doing much on this very soon, due to other commitments, but...

Required to builld lldb curses implementation using this library. Have stubbed it as follows to get something running. ```c #ifdef __PDCURSES__ // pdcurses doesn't implement define_key so we stub for...

Otherwise, full-width characters overlap on a [new Windows console](https://docs.microsoft.com/en-us/previous-versions/orphan-topics/ws.11/mt427362(v=ws.11)). ![win_fullwidth_ng](https://user-images.githubusercontent.com/34552/54249667-62f90f80-4584-11e9-9a0b-038f51f45cba.png)

This patchset builds on pull #45, and adds to it by registering HiDPI support before the first window is created.

I've had an inquiry about use of PDCursesMod and [Unicurses](https://pypi.org/project/UniCurses/). Unicurses provides a way for Python code to access Curses functions, using ncurses on *nix and PDCurses 3.4 on Microsoft...

(Mentioned to me by Mário Montes and verified on my machine.) In Win32 (Windows console flavor), Ctrl-Break aborts a PDCurses program. There's nothing of that ilk in Win32a or other...