Merge branch 'master' into master

This commit is contained in:
Autumn Lamonte 2021-12-31 16:15:37 +01:00
commit 8fd710edd5

View file

@ -623,6 +623,8 @@ test_section_colors(void)
&conf.colors.table[i]); &conf.colors.table[i]);
} }
test_invalid_key(&ctx, &parse_section_colors, "256");
/* TODO: alpha (float in range 0-1, converted to uint16_t) */ /* TODO: alpha (float in range 0-1, converted to uint16_t) */
/* TODO: jump-labels (two colors) */ /* TODO: jump-labels (two colors) */
/* TODO: scrollback-indicator (two colors) */ /* TODO: scrollback-indicator (two colors) */