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
fn move_print(&mut self, point: ScreenPoint, text: &str)
fn move_print(&mut self, point: ScreenPoint, text: &str)Move the cursor to specific coordinates and print a string