From 9fc052058095e034a1a87bf476746591480063c0 Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 4 Nov 2023 22:16:21 +0000 Subject: [PATCH] Switch to using less with color instead of clearing --- thebookofcolors | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/thebookofcolors b/thebookofcolors index 48d4394..f83d391 100755 --- a/thebookofcolors +++ b/thebookofcolors @@ -35,8 +35,6 @@ title() { } main() { - clear - thebookofcolors newline 2 @@ -155,5 +153,5 @@ main() { name="$(basename $0)" if test "$name" = "thebookofcolors"; then - main + main | less -R fi