diff --git a/lib/cli/consolecommand.cpp b/lib/cli/consolecommand.cpp index 0a7af7ede..7ea0054b4 100644 --- a/lib/cli/consolecommand.cpp +++ b/lib/cli/consolecommand.cpp @@ -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();