HiTECNOLOGYs / cl-charms

More up-to-date version of cl-charms. Forked it because it was, apparently, abandoned by author and I couldn't contact him.
https://gitorious.org/cl-charms
Other
158 stars 29 forks source link

attr_t funcs #55

Closed naryl closed 4 years ago

naryl commented 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.

naryl commented 4 years ago

Also, it builds fine in CLISP here but even the simplest examples error in ncurses.

naryl commented 4 years ago

@stylewarning We should probably add CLisp to allow_failures in .travis.yml.

stylewarning commented 4 years ago

Thanks!