mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -123,8 +123,7 @@ namespace sys {
|
|||||||
/// changing colors.
|
/// changing colors.
|
||||||
static bool ColorNeedsFlush();
|
static bool ColorNeedsFlush();
|
||||||
|
|
||||||
/// This function returns the colorcode escape sequences, and sets Len to
|
/// This function returns the colorcode escape sequences.
|
||||||
/// the length of the escape sequence.
|
|
||||||
/// If ColorNeedsFlush() is true then this function will change the colors
|
/// If ColorNeedsFlush() is true then this function will change the colors
|
||||||
/// and return an empty escape sequence. In that case it is the
|
/// and return an empty escape sequence. In that case it is the
|
||||||
/// responsibility of the client to flush the output stream prior to
|
/// responsibility of the client to flush the output stream prior to
|
||||||
|
@@ -147,7 +147,7 @@ unsigned Process::StandardErrColumns() {
|
|||||||
return Columns;
|
return Columns;
|
||||||
}
|
}
|
||||||
|
|
||||||
// it always has colors
|
// It always has colors.
|
||||||
bool Process::StandardErrHasColors() {
|
bool Process::StandardErrHasColors() {
|
||||||
return StandardErrIsDisplayed();
|
return StandardErrIsDisplayed();
|
||||||
}
|
}
|
||||||
@@ -155,6 +155,7 @@ bool Process::StandardErrHasColors() {
|
|||||||
bool Process::StandardOutHasColors() {
|
bool Process::StandardOutHasColors() {
|
||||||
return StandardOutIsDisplayed();
|
return StandardOutIsDisplayed();
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
class DefaultColors
|
class DefaultColors
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user