Skip to content

Commit 6bc7add

Browse files
author
Daniel Kroening
committed
use color in show_goto_functions()
1 parent 2ee0959 commit 6bc7add

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-programs/show_goto_functions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ void show_goto_functions(
7575
out << "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n";
7676

7777
const symbolt &symbol = ns.lookup(fun.first);
78-
out << symbol.display_name() << " /* " << symbol.name << " */\n";
78+
out << messaget::bold() << symbol.display_name() << messaget::reset()
79+
<< " /* " << symbol.name << " */\n";
7980
fun.second.body.output(ns, symbol.name, out);
8081
msg.status() << messaget::eom;
8182
}

0 commit comments

Comments
 (0)