From 6d2fa26e6c0911449fcffa28a46864cf5715cfda Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 4 Jun 2022 10:16:02 -0400 Subject: [PATCH] Clean up a comment. --- bin/__build_sgr_code | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/__build_sgr_code b/bin/__build_sgr_code index 6015727..8005d92 100755 --- a/bin/__build_sgr_code +++ b/bin/__build_sgr_code @@ -294,8 +294,7 @@ function rgb_color() fi # We do NOT check for the base colours precisely. Since those 16 can be custom mapped by your terminal emulator, you just pass `ansi:0` thru - # `ansi:15` to select them by ID. Or use `ext:0` thru `ext:255` to select a specific extended colour. Otherwise, we now generate the true-colour - # result: + # `ansi:15` to select them by ID. Or use `ext:0` thru `ext:255` to select a specific extended colour. } function make_color()