From 7f7b725378f503e2363d3c04d5e0f40ff50fdf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 12 Sep 2020 09:50:22 +0200 Subject: [PATCH] We actually test bold as well --- termtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termtest.c b/termtest.c index 0bb755d..efe8aed 100644 --- a/termtest.c +++ b/termtest.c @@ -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);