[PATCH] D42274: [Support] Remove the terminfo dependency and rely on TERM
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 24 09:12:51 PDT 2018
mgorny added a comment.
In https://reviews.llvm.org/D42274#982263, @jyknight wrote:
> But of course nbjoerg will complain because it will break all the people who run clang outputting to Tektronix 4012 graphics terminals which can't parse vt100/ansi escape sequence syntax. And I don't have the will to argue the point.
For the record, incompatible escape sequences are not limited to 'fringe hardware'. A commonly used software that doesn't exactly match others is GNU screen.
Repository:
rL LLVM
https://reviews.llvm.org/D42274
More information about the llvm-commits
mailing list