We actually test bold as well
This commit is contained in:
parent
15d0bd5bd6
commit
7f7b725378
|
@ -204,7 +204,7 @@ int main(int argc, char *argv[]) {
|
|||
// - see acolors.sh from xterm's vttests, it changes terminal colours
|
||||
// (and urxvt passed that, at least apparently)
|
||||
|
||||
printf("-- Blink attribute\n");
|
||||
printf("-- Bold and blink attributes\n");
|
||||
bool bbc_supported = enter_bold_mode && enter_blink_mode
|
||||
&& set_a_foreground && set_a_background && exit_attribute_mode;
|
||||
printf("Terminfo: %d\n", bbc_supported);
|
||||
|
|
Loading…
Reference in New Issue