On Saturday, 19 April 2014 at 10:39:43 UTC, Adam D. Ruppe wrote:
Blargh, I don't know teh ldc switch for it :(

Try adding pragma(lib, "curses"); (or ncurses) to your file with main in it, i think ldc supports that.





pragma(lib, "curses");

extern(C):
int tgetnum(const(char) *capname);

hmm segfault error :(
Segmentation fault: 11

Reply via email to