Function libnotcurses_sys::c_api::ncplane_rounded_box[][src]

pub fn ncplane_rounded_box(
    plane: &mut NcPlane,
    stylemask: NcStyle,
    channels: NcChannels,
    end_y: NcDim,
    end_x: NcDim,
    boxmask: NcBoxMask
) -> NcIntResult
Expand description

Like ncplane_box with the rounded box-drawing characters.

Method: NcPlane.rounded_box().