home

Code Library

function ansi.clear() {
    printf "\033[2J\033[H"
}