Closed naryl closed 4 years ago
attr_t is not a struct in both ncurses and pdcurses.
typedef chtype attr_t;
I only tested it on what I have though, which is Gentoo.
Also, it builds fine in CLISP here but even the simplest examples error in ncurses.
@stylewarning We should probably add CLisp to allow_failures in .travis.yml.
allow_failures
.travis.yml
Thanks!
attr_t is not a struct in both ncurses and pdcurses.
I only tested it on what I have though, which is Gentoo.