maiha / crt.cr

Bindings for libncursesw and crt class
MIT License
27 stars 10 forks source link

os x? #1

Open mibamur opened 8 years ago

maiha commented 8 years ago

Yeah, it should work with libncurses by brew install ncurses. I don't have os x env. Could you try it?

shayneoAtNorwood commented 7 years ago

The demo kind of doesnt do anythiing. I'm not sure where to debug it because it doesnt throw up any errors. it just silently doesn't do anything. One clue though is if I try to write using a regular puts that doesnt work either, unless its after Crt.done

shayneoAtNorwood commented 7 years ago

My bad. It just happens so quickly that it doesnt register with the console. Putting a wait in there seems to do the trick