diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-06-22 15:00:38 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-06-22 15:10:36 +0200 |
commit | 147e53b63cb9f3e00c340bd32980eb2a51e972f0 (patch) | |
tree | cd70c9f53fa760fafbed382090ccaa0738b06be7 /.gitattributes | |
parent | 51cdc29c9e716beff1b8c6851688db9b10cf1694 (diff) | |
download | sciteco-147e53b63cb9f3e00c340bd32980eb2a51e972f0.tar.gz |
PDCursesMod/WinGUI now uses the polling fallback again with a temporary workaround
* The keyboard hook required polling as well and was actually much less performant
than the generic getch() polling fallback.
Furthemore it did at least not work on Wine.
* We instead now release the WinGUI-internal mutex and yield the thread giving
it some time to process new key presses.
* This workaround is temporary and will probably be part of the the next PDCursesMod-release
(v4.3.4). We still want to support the latest MSYS/MinGW version though which is
currently at v4.3.2.
The fix will also currently only work when statically linking in libpdcurses_wingui.a.
This is what we do for nightly builds.
See also https://github.com/Bill-Gray/PDCursesMod/issues/197
* Once the fix is released upstream and into MSYS, we should probably bump our
minimal required PDCursesMod version.
The color-table workaround (cf9ffc0cec0d2e55930238d1752209bca659c96d) can then also be removed.
* We should also consider dropping official support for the classic PDCurses and support
only PDCursesMod - this will allow us to simplify interfaces-curses/interface.c a bit.
Support for classic PDCurses is probably broken by now anyway and trying to support it
is just too much.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions