]> diplodocus.org Git - nmh/blobdiff - etc/scan.curses
Fix to commit b828fcb1695393007a75c41d32b2173c296be9d7: a couple
[nmh] / etc / scan.curses
index 67518ac91401ab6f50d0e52a1df8c7f9f6db6949..913f2c010fbcfcb26fab1127a41c98c2826d3e6f 100644 (file)
@@ -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.