Mark an invalid assumption

This commit is contained in:
Přemysl Eric Janouch 2022-08-18 19:56:19 +02:00
parent f3c4cec24a
commit fe017b4daa
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -1560,6 +1560,7 @@ app_init_terminal (void)
for (int a = 0; a < ATTRIBUTE_COUNT; a++)
{
// ...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
|| g.attrs[a].bg >= COLORS || g.attrs[a].bg < -1)
{