From 6e254f7fdcec166f6efc57ce4fb4aac2edab1d3e Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 4 Nov 2023 22:14:43 +0000 Subject: [PATCH] Add Disclaimers section --- thebookofcolors | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/thebookofcolors b/thebookofcolors index 0e29130..48d4394 100755 --- a/thebookofcolors +++ b/thebookofcolors @@ -49,6 +49,17 @@ main() { thebookofcolors "The Book" printf ' itself.\n' + newline + + title "Disclaimers" + thebookofcolors + printf ' is open-source software and is provided as-is with NO WARRANTY under applicable law.\n' + printf 'If any escape codes persist to your terminal session after viewing ' + thebookofcolors "The Book" + printf ', use the `reset` command to restore your terminal.\n' + printf 'If you believe you have found a bug, please open an issue on the repository, which can be found at .\n' + printf 'If you have a fix for said bug, please submit a pull request instead.\n' + #printf 'Use \\e (or \\033) followed by the control sequence specified next to activate that color.\n' #printf 'Use the reset sequence "[0m" to remove all set colors and styles.\n'