aprantl added inline comments.

================
Comment at: source/Core/Debugger.cpp:805
   const char *term = getenv("TERM");
   if (term && !strcmp(term, "dumb"))
     SetUseColor(false);
----------------
Shouldn't this check be obsolete now?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51243



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to