Clear the screen before shutdown/reboot

This commit is contained in:
hsnovel 2023-09-27 20:38:02 +03:00
parent 4ee2b3ecc7
commit 19364276c2
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ int main(int argc, char** argv)
}
}
tb_clear();
// stop termbox
tb_shutdown();