Skip to main content

REDRAW_LINE_PREFIX

Constant REDRAW_LINE_PREFIX 

Source
pub const REDRAW_LINE_PREFIX: &str = "\r\x1b[2K";
Expand description

Build a portable in-place redraw prefix (CR + EL2).

This is the common CLI pattern for one-line progress updates.