Switch to using less with color instead of clearing
This commit is contained in:
parent
6e254f7fdc
commit
9fc0520580
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue