[][src]Function ncursesw::mvwhline

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

Display a horizontal line with length number consisting of the character ch at origin.