Constant libnotcurses_sys::NCPLANE_OPTION_MARGINALIZED[][src]

pub const NCPLANE_OPTION_MARGINALIZED: u64 = crate::bindings::ffi::NCPLANE_OPTION_MARGINALIZED as u64; // 0x0000_0000_0000_0004u64
Expand description

Maximize relative to the parent plane, modulo the provided margins.

The margins are best-effort; the plane will always be at least 1 column by 1 row. If the margins can be effected, the plane will be sized to all remaining space. ‘y’ and ‘x’ are overloaded as the top and left margins when this flag is used. ‘rows’ and ‘cols’ must be 0 when this flag is used. This flag is exclusive with both of the alignment flags.