Enable to select a header file of curses library #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello.
There are three header file name variations of curses library.
ncurses.h
( https://stackoverflow.com/questions/59555474/difference-between-the-headers-ncurses-h-and-curses-h )
curses.h
( ncurses source code )
( PDCurses source code )
pdcurses.h
( PDCurses installed by MSYS2/MinGW-w64 package.
https://github.com/msys2/MINGW-packages/blob/6f2023d39f1e61b2ff176e89500b84077f6aac3b/mingw-w64-pdcurses/PKGBUILD#L78 )
So, I tried to enable to select a header file of curses library by
*features*
.Available feature names are as follows.
An example of .asd file might be as follows.