X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a6af8ec9d9c78f7a74b93814fb6031f98496ed50..91c1ac91d1b87f4b9771ac4d91d36952f40fc1df:/etc/scan.curses diff --git a/etc/scan.curses b/etc/scan.curses index 67518ac9..913f2c01 100644 --- a/etc/scan.curses +++ b/etc/scan.curses @@ -9,14 +9,15 @@ %; %; %; First, test to see if this is the current message. If it is, then -%; output the bold sequence for this terminal. We use %(zputlit) so the +%; output the standout sequence for this terminal (or the color red). +%; We use %(zputlit) so the %; characters we output don't count against the terminal width. %; -%<(cur)%(zputlit(bold))%>\ +%<(cur)%<(hascolor)%(zputlit(fgcolor red))%|%(zputlit(standout))%>%>\ %; -%; If it's unseen, mark it with an underline +%; If it's unseen, mark it with bold (or the color green) %; -%<(unseen)%(zputlit(underline))%>\ +%<(unseen)%<(hascolor)%(zputlit(fgcolor green))%|%(zputlit(bold))%>%>\ %; %; Next, output the message number. We print it out using 4 digits, right- %; justified, padding with spaces.