Constant libnotcurses_sys::NCBOXCORNER_MASK[][src]

pub const NCBOXCORNER_MASK: NcBoxMask = crate::bindings::ffi::NCBOXCORNER_MASK; // 0x0000_0300u32
Expand description

NcBoxMask corner mask to control the drawing of boxes corners.

By default, vertexes are drawn whether their connecting edges are drawn or not. The value of the bits control this, and are interpreted as the number of connecting edges necessary to draw a given corner.

At 0 (the default), corners are always drawn. At 3, corners are never drawn (since at most 2 edges can touch a box’s corner).