Files
CleanMM/lib
tw93 1e650d8144 fix: use \033[2K to fully clear spinner lines and prevent text remnants
Fixes text remnants showing when spinner messages change from longer to shorter text. Changed from \033[K (clear to end of line) to \033[2K (clear entire line) in stop_section_spinner(), safe_clear_line(), and safe_clear_lines() functions.

Fixes #390
2026-01-30 18:16:31 +08:00
..
2026-01-26 07:24:38 +00:00