1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00

fix: replace clear with clear_screen for better clarity in main function

This commit is contained in:
tw93
2026-02-02 17:38:29 +08:00
parent d02bb49497
commit c6e58c4ead

View File

@@ -392,7 +392,7 @@ main() {
trap handle_interrupt INT TERM trap handle_interrupt INT TERM
if [[ -t 1 ]]; then if [[ -t 1 ]]; then
clear clear_screen
fi fi
print_header print_header