Closed knusbaum closed 5 years ago
@tarballs-are-good This has been open for quite a while. I would love it if you would take a look. If you don't think this is valuable, I can close this PR.
I’ll take a look tomorrow morning PST!
Thanks!
Awesome, thanks!
I noticed while digging in the library that some functions that are supposed to take a
chtype *
are parameterized withchtype
and, in some cases,chr-ptr
This should fix that, And I've had success testing functions that previously failed, for example,
CHARMS/LL:MVWADDCHSTR
Some C function declarations: http://invisible-island.net/ncurses/man/curs_addchstr.3x.html