Switch to using less with color instead of clearing

This commit is contained in:
The Magician 2023-11-04 22:16:21 +00:00
parent 6e254f7fdc
commit 9fc0520580
1 changed files with 1 additions and 3 deletions

View File

@ -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