From 07b71f4f8b25de7bedf1dd5e5397497851149126 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 15 Jun 2025 21:46:33 +0300 Subject: require and adapted to PDCurses v4.5.1 * PDCurses is practically used only for Windows builds, which only I build presumably, so it should be okay to bump the version. * Older PDCurses versions had serious problems like not detecting BUTTONX_RELEASED events. This was worked around and is fixed now. Even the Wincon version behaves like ncurses now with regard to mouse events. * We no longer have to support processing BUTTONX_CLICKED events. On the downside the mouse mask had to be adapted. * See also https://github.com/Bill-Gray/PDCursesMod/issues/330 * We also no longer have to call resize_term(0,0). --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ab0702e..ceb8524 100644 --- a/TODO +++ b/TODO @@ -3,9 +3,6 @@ Tasks: * VEDIT and PMATE for MS-DOS * Update to Scinterm 5.5. Perhaps we can make use of the arbitrary RGB color feauture? - * PDCurses 4.5.1 is in MSYS. - Perhaps some workarounds can be removed now (8cc704b897f33d6150156c77202a29222b9ee667). - https://github.com/Bill-Gray/PDCursesMod/issues/330 Known Bugs: * Gtk: The control characters in tutorial.woman are still styled with -- cgit v1.2.3