pub fn mvwhline_set(
    handle: WINDOW,
    origin: Origin,
    wch: ComplexChar,
    number: i32
) -> Result<(), NCurseswError>
Expand description

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