pub fn write_ich<W: Write>(w: &mut W, n: u16) -> Result<()>
Insert n blank character cells at the cursor with ICH.
n
n <= 1 emits ESC [ @; larger counts emit ESC [ <n> @. Existing cells shift right within the line.
n <= 1
ESC [ @
ESC [ <n> @