mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Color shoudl be on by default
This commit is contained in:
parent
602c8106f4
commit
b547097a00
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ void initializeDataAndRules (
|
||||||
Database& database,
|
Database& database,
|
||||||
Rules& rules)
|
Rules& rules)
|
||||||
{
|
{
|
||||||
|
// Rose tint my world, make me safe from my trouble and pain.
|
||||||
|
rules.set ("color", "on");
|
||||||
|
|
||||||
// Make common hints available via rules:
|
// Make common hints available via rules:
|
||||||
// :debug --> debug=on
|
// :debug --> debug=on
|
||||||
// :quiet --> verbose=off
|
// :quiet --> verbose=off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue