Function libnotcurses_sys::ncplane_box_sized[][src]

pub fn ncplane_box_sized(
    plane: &mut NcPlane,
    ul: &NcCell,
    ur: &NcCell,
    ll: &NcCell,
    lr: &NcCell,
    hline: &NcCell,
    vline: &NcCell,
    y_len: NcDim,
    x_len: NcDim,
    boxmask: NcBoxMask
) -> NcIntResult
Expand description

Draws a box with its upper-left corner at the current cursor position, having dimensions y_len * x_len.

The minimum box size is 2x2, and it cannot be drawn off-screen.

See ncplane_box() for more information.

Method: NcPlane.box_sized().