/* See LICENSE file for copyright and license details. */ #include #include int main(void) { printf("\e[2J\e[H"); return EXIT_SUCCESS; }