[][src]Function nixterm::ansi::cursor_move

pub fn cursor_move<W: Write>(w: &mut W, x: usize, y: usize) -> Result<()>