Skip to main content

write_dch

Function write_dch 

Source
pub fn write_dch<W: Write>(w: &mut W, n: u16) -> Result<()>
Expand description

Delete n character cells at the cursor with DCH.

n <= 1 emits ESC [ P; larger counts emit ESC [ <n> P. Cells to the right shift left and blanks are inserted at the right edge.