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