ruby / curses

Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
Other
297 stars 34 forks source link

`convertible_int` on mingw #28

Closed nobu closed 7 years ago

nobu commented 7 years ago

Failed because convetible_int turned MOUSE_MOVED macro redefinition warning into an error. And create extconf.h header to get rid of double quotes in CPPFLAGS, since msys make seems not working well.