pub const REDRAW_LINE_PREFIX: &str = "\r\x1b[2K";
Build a portable in-place redraw prefix (CR + EL2).
CR
EL2
This is the common CLI pattern for one-line progress updates.