Alow less colourful output
Basically this adds a new/3 with a third argument of intensity. The default (and by that the behaviour of new/1 and /2) remain unchanged so existing code isn't affected. If intenisty is set to `low` (instead of `high`) then only the prefix is coloured making the whole output less colourful and for some cases easyer to read.
This commit is contained in:
parent
49bc69e35a
commit
87c76aeb2a
4 changed files with 46 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
|
||||
|
||||
%% Dependencies ================================================================
|
||||
{deps, []}.
|
||||
{deps, [cf]}.
|
||||
|
||||
{erl_first_files, ["ec_dictionary", "ec_vsn"]}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue