mirror of https://github.com/fairyglade/ly.git
Clear the screen before shutdown/reboot
This commit is contained in:
parent
4ee2b3ecc7
commit
19364276c2
|
|
@ -353,6 +353,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
}
|
||||
|
||||
tb_clear();
|
||||
// stop termbox
|
||||
tb_shutdown();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue