- The dialup tag (as a tag behind an entry, not as a separate entry)
also doesn't work as i expected.
That's a bug. It would work if the ping-column had gone red, but it
doesn't do that for "dialup" hosts.
Fix at http://www.hswn.dk/hobbitsw/dialup-notpurple.patch
This patch doesn't seem to work yet. I've tested it fully from green to
puple.
Ah, no - I was in a hurry and got mixed up between the old and the new
color. Backout the patch you downloaded ("patch -R"), then pick it up
again from the same URL. Or change the line that reads (line 2495)
if (tmp->color == COL_PURPLE) {
to
if (newcolor == COL_PURPLE) {