about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibncurses.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/+1
| | | | | | | | | | | * [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
* Added ncurses6 as alias to ncurses5 as it's deprecated on modern OSptitSeb2024-01-071-0/+1
|
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* Added wprintw wrapped function to ncurses and ncurses6 lib (for #401)ptitSeb2022-09-081-0/+7
|
* 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-40/+4
| | | | 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-11/+2
| | | | DOESN'T WORK, FIX UNDERWAY]
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-031-0/+10
|
* Some work around libncurses and friendsptitSeb2021-06-031-1/+18
|
* Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and ↵ptitSeb2021-06-021-0/+103
libtinfo6