about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibncursesw.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to ncurses / tinfo wrapped lib (for dialog shell helper, used in ↵ptitSeb2025-03-271-0/+1
| | | | some installer)
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-6/+2
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-091-1/+1
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-41/+5
| | | | more straight forward usage of native wrapped functions (ported from box86)
* More untested support for loongarch64 va_listptitSeb2021-09-261-0/+5
|
* Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 ↵rajdakin2021-07-311-9/+17
| | | | DOESN'T WORK, FIX UNDERWAY]
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-031-0/+11
|
* Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and ↵ptitSeb2021-06-021-0/+101
libtinfo6