winconsole::window
pub fn set_position(x: i32, y: i32) -> WinResult<()>
Sets the position of the console window.
let position = window::get_position().unwrap(); window::set_position(position.x + 1, position.y + 1).unwrap();
IoError