Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ncurses patch to handle debian mingw32 toolchain | Keith Packard | 2025-04-26 | 1 | -0/+30 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||||
* | ncurses: correctly parse sofisticated gcc version | Kirill K. Smirnov | 2023-08-04 | 1 | -0/+30 |
| | | | | | | | | | | On canadian cross build-gcc reports its version as '13-win32'. ncurses >=6.3 correctly interprets this line as '13', but older ncurses versions fail and jump into wrong conclusions. Let's cherry-pick related changes from mainline ncurses. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | ||||
* | Add ncurses 6.2 | Alexey Neyman | 2020-02-26 | 2 | -0/+4 |
Signed-off-by: Alexey Neyman <stilor@att.net> |