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