mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-19 09:17:21 -04:00
Remove accidentally committed code
This commit is contained in:
parent
8242f7a9bb
commit
e71c8950c6
@ -40,7 +40,6 @@ bool stream_is_fancy_terminal(std::ostream& os) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
auto term = ::getenv("TERM");
|
auto term = ::getenv("TERM");
|
||||||
std::cerr << "term: " << term << std::endl;
|
|
||||||
return term && term[0] && ::strcmp(term, "dumb");
|
return term && term[0] && ::strcmp(term, "dumb");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user