pub fn whline(
    handle: WINDOW,
    ch: ChtypeChar,
    number: i32
) -> Result<(), NCurseswError>
Expand description

Equivalent of mvwhline() using getcuryx() as origin.