Change the definition of ANSI_UNFAINT in Editline.cpp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The change looks good with a few comments added.
lldb/source/Host/common/Editline.cpp | ||
---|---|---|
51 | Please add a comment above referring to https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf | |
52 | Please add a comment above: /// Faint, decreased intensity or second colour. | |
53 | Please add a comment above: /// Normal colour or normal intensity (neither bold nor faint). |
lldb/source/Host/common/Editline.cpp | ||
---|---|---|
51 | I'm not sure what this comment means. I'd just like to have a comment (for the whole block) to the standard's PDF like so: /// https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf |
I'm not sure what this comment means. I'd just like to have a comment (for the whole block) to the standard's PDF like so: