Support true RGB coloring.

This commit is contained in:
Dianne Skoll
2020-01-25 16:16:51 -05:00
parent 57134a182c
commit 454d859fdd
3 changed files with 17 additions and 0 deletions

View File

@@ -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;