pub fn mvhline(
    origin: Origin,
    ch: ChtypeChar,
    number: i32
) -> Result<(), NCurseswError>
Expand description

Equivalent of mvwhline() using stdscr() as window handle.