Add high-intensity colors option and cli flag.

This commit is contained in:
nico
2022-11-16 18:59:14 -03:00
parent c515ea8a47
commit 4922d25917
6 changed files with 18 additions and 1 deletions

1
fm.h
View File

@@ -957,6 +957,7 @@ global int override_user_agent init(FALSE);
#ifdef USE_COLOR
global int useColor init(TRUE);
global int highIntensityColors init(FALSE);
global int basic_color init(8); /* don't change */
global int anchor_color init(4); /* blue */
global int image_color init(2); /* green */