Trait MovableWindow
Other items inoxidized_curses
pub trait MovableWindow { fn movew(&mut self, x: u32, y: u32); }
A window that isn’t fixed in screen space
fn movew(&mut self, x: u32, y: u32)