1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

clear screen buf on mac / change ansi sequence (#159)

This commit is contained in:
Michael Angerman 2022-02-19 19:56:02 -08:00 committed by GitHub
parent 8b03a86407
commit 68ad1695d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@
def cls [] { def cls [] {
ansi cls ansi cls
ansi home
ansi clsb ansi clsb
ansi home
} }