Struct oxidized_curses::SubWindow [−][src]
pub struct SubWindow { /* fields omitted */ }Expand description
A window inside the main window
Implementations
Create a new subwindow from the rectangle given
Trait Implementations
Move the cursor and print a string at specific coordinates on the subwindow
Auto Trait Implementations
impl RefUnwindSafe for SubWindowimpl UnwindSafe for SubWindow