Skip to main content

write_ich

Function write_ich 

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

Insert n blank character cells at the cursor with ICH.

n <= 1 emits ESC [ @; larger counts emit ESC [ <n> @. Existing cells shift right within the line.