From b36f4cc0026fec18b08306f94a31f141aeb1ba5a Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 4 Nov 2023 16:56:27 +0000 Subject: [PATCH] Remove newline between title and first paragraph --- termcol | 2 -- 1 file changed, 2 deletions(-) diff --git a/termcol b/termcol index 3160a8c..cd10c46 100755 --- a/termcol +++ b/termcol @@ -29,7 +29,6 @@ printf 'Extra attributes can be given by placing a numeric value (representing t printf '\n' printf '\e[4;37m\e[1;37m1; (Boldness)\e[0m\n' -printf '\n' printf 'Note that some terminals use the "bold" attribute to display an alternate version of the color, e.g. a lighter or darker shade.\n' printf 'The canonical names for these alternate colors are what is displayed below.\n' printf 'Other terminals actually support displaying text with this attribute in a bold typeface.\n' @@ -47,7 +46,6 @@ printf '\e[1;37m[1;37m White\e[0m \e[1;47m[1;47m White\e[0m\n' printf '\n' printf '\e[4;37m\e[1;37m4; (Underscore)\e[0m\n' -printf '\n' printf 'This attribute displays text with an underline.\n' printf 'If the underline is always displayed in the foreground color. See the table below for more detail.\n' printf '\n'