pub fn write_set_warning_progress_bar<W: Write>( w: &mut W, percentage: i32, ) -> Result<()>
Set warning progress with ESC ] 9 ; 4 ; 4 ; <percentage> BEL.
ESC ] 9 ; 4 ; 4 ; <percentage> BEL
percentage is clamped to 0..=100 before it is emitted.
percentage
0..=100