mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
Support true RGB coloring.
This commit is contained in:
@@ -218,6 +218,9 @@ void InitRemind(int argc, char const *argv[])
|
||||
} else if (*arg == '4') {
|
||||
Use256Colors = 1;
|
||||
arg++;
|
||||
} else if (*arg == '5') {
|
||||
UseTrueColors = 1;
|
||||
arg++;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user