search for: projectsget

Displaying 1 result from an estimated 1 matches for "projectsget".

2013 Sep 09
3
[LLVMdev] Let's not depend on terminfo / curses?
...say), the motivation for this is that depending on curses is better than printing escape codes in terminals that don't support them. I think depending on curses is gross, and there haven't been many complaints about clang printing escape codes during the years it has existed so far. Other projectsget by with isatty() && !strcmp(getenv("TERM"), "dumb") too, for example git: https://github.com/git/git/blob/21ff9151e811059f5576ca906c519ee5bb5b925e/color.c#L183 If folks think that bringing in the decades of cruft in curses is a good idea, I'd ask that the --enable...