Skip to content
Snippets Groups Projects
Commit c169ed2b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't display batch flag with same color as description.

Display the batch flag letter with the same color as the filename, but inverted intensity. The batch flag shouldn't stand-out (be bright) anyway, but the main reason is because I'm changing the default file description attribute to be lightgray instead of dark green.
parent 791c5c05
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2034 passed
......@@ -378,7 +378,7 @@ bool sbbs_t::listfile(file_t* f, uint dirnum, const char *search, const char let
else
outchar(' ');
if(useron.misc&BATCHFLAG) {
attr(cfg.color[clr_filedesc]);
attr(curatr ^ HIGH);
bprintf("%c",letter);
}
cdt = f->cost;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment