minicrossterm/examples/cursor_example.rs

9 lines
134 B
XML

// extern crate crossterm;
// use self::crossterm::cursor;
// pub fn goto(x: i16, y: i16)
// {
// cursor::get().goto(x,y);
// }