Trait oxidized_curses::Window[][src]

pub trait Window {
    fn move_print(&mut self, point: ScreenPoint, text: &str) { ... }
fn print(&mut self, text: &str) { ... } }

Provided methods

Move the cursor to specific coordinates and print a string

Print a string at the current cursor coordinates

Implementors