From f3826fffdbf60a7564bbfbcc25e62cd38b6687a5 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 2 May 2022 15:58:29 -0400 Subject: [PATCH] Clarify what 0x08-0x0f in TB_OUTPUT_256 means, a bit --- termbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termbox.h b/termbox.h index f0a8f8e..dfc740f 100644 --- a/termbox.h +++ b/termbox.h @@ -430,7 +430,7 @@ int tb_set_input_mode(int mode); * 2. TB_OUTPUT_256 => [0..255] * In this mode you get 256 distinct colors: * 0x00 - 0x07: the 8 colors as in TB_OUTPUT_NORMAL - * 0x08 - 0x0f: TB_ | TB_BOLD + * 0x08 - 0x0f: bright versions of the above * 0x10 - 0xe7: 216 different colors * 0xe8 - 0xff: 24 different shades of grey * -- 2.39.5