Mark an invalid assumption
This commit is contained in:
parent
f3c4cec24a
commit
fe017b4daa
1
nncmpp.c
1
nncmpp.c
|
@ -1560,6 +1560,7 @@ app_init_terminal (void)
|
||||||
for (int a = 0; a < ATTRIBUTE_COUNT; a++)
|
for (int a = 0; a < ATTRIBUTE_COUNT; a++)
|
||||||
{
|
{
|
||||||
// ...thus we can reset back to defaults even after initializing some
|
// ...thus we can reset back to defaults even after initializing some
|
||||||
|
// FIXME: that's a lie now, MULTISELECT requires a colour
|
||||||
if (g.attrs[a].fg >= COLORS || g.attrs[a].fg < -1
|
if (g.attrs[a].fg >= COLORS || g.attrs[a].fg < -1
|
||||||
|| g.attrs[a].bg >= COLORS || g.attrs[a].bg < -1)
|
|| g.attrs[a].bg >= COLORS || g.attrs[a].bg < -1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue