pub fn write_scroll_up<W: Write>(w: &mut W, n: u16) -> Result<()>
Scroll up by n lines with SU.
n
n <= 1 emits ESC [ S; larger counts emit ESC [ <n> S.
n <= 1
ESC [ S
ESC [ <n> S