mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
parent
aa00f4183a
commit
38d2464ab2
@ -198,17 +198,13 @@ incomplete:
|
|||||||
std::ostream& os = std::cout;
|
std::ostream& os = std::cout;
|
||||||
#endif /* HAVE_EDITLINE */
|
#endif /* HAVE_EDITLINE */
|
||||||
|
|
||||||
os << ConsoleColorTag(Console_ForegroundCyan, console_type)
|
os << fileName;
|
||||||
<< fileName
|
|
||||||
<< ConsoleColorTag(Console_ForegroundRed, console_type);
|
|
||||||
|
|
||||||
if (!continuation)
|
if (!continuation)
|
||||||
os << " => ";
|
os << " => ";
|
||||||
else
|
else
|
||||||
os << " .. ";
|
os << " .. ";
|
||||||
|
|
||||||
os << ConsoleColorTag(Console_Normal, console_type);
|
|
||||||
|
|
||||||
#ifdef HAVE_EDITLINE
|
#ifdef HAVE_EDITLINE
|
||||||
String prompt = promptbuf.str();
|
String prompt = promptbuf.str();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user