2018-01-07 07:31:14 +11:00
|
|
|
// extern crate crossterm;
|
2018-01-04 00:43:54 +11:00
|
|
|
|
2018-01-07 07:31:14 +11:00
|
|
|
// use self::crossterm::cursor;
|
2018-01-04 00:43:54 +11:00
|
|
|
|
2018-01-07 07:31:14 +11:00
|
|
|
// pub fn goto(x: i16, y: i16)
|
|
|
|
// {
|
|
|
|
// cursor::get().goto(x,y);
|
|
|
|
// }
|