mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Before this, doing "TERM=vt100 irssi" showed all text as bold and
blinking because of a failed check of window->term->TI_colors that
was doing (value & 8) and not expecting a value of 0.
The changed lines themselves look a bit weird, but they make more sense
in the context of the original commit,
|
||
|---|---|---|
| .. | ||
| core | ||
| fe-common | ||
| fe-none | ||
| fe-text | ||
| irc | ||
| lib-config | ||
| perl | ||
| common.h | ||
| Makefile.am | ||