Skip to content
Snippets Groups Projects
Commit 0189919a 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 7e2e21c6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment