chiark / gitweb /
Fix inconsistent colour of visibility keywords.
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Jan 2024 22:17:59 +0000 (22:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Jan 2024 22:17:59 +0000 (22:17 +0000)
commit932002c2e116cce569c3cf48c72be605b5e6fb83
tree408c548f147025a63ac91161cd04324b00c8e325
parentfccfc2fadc3f97760aa981b707723ddf4e9fc86c
Fix inconsistent colour of visibility keywords.

In DetailedStatusDisplay I still had "unlisted" as red, whereas I'd
changed my mind elsewhere.

The easiest fix is to use an actual VisibilityLine object, removing
one place I have to make all these things agree.
src/text.rs