[][src]Function ncursesw::mvwvline

pub fn mvwvline(
    handle: WINDOW,
    origin: Origin,
    ch: ChtypeChar,
    number: i32
) -> Result<(), NCurseswError>

Display a vertical line with length number consisting of the character ch.