NCPLANE_OPTION_VSCROLL

Constant NCPLANE_OPTION_VSCROLL 

Source
pub const NCPLANE_OPTION_VSCROLL: NcPlaneFlag_u64 = _; // 32u64
Expand description

NcPlaneFlag_u64 flag that enables vertical scrolling of the plane to accommodate output.

Creating a plane with this flag is equivalent to immediately calling ncplane_set_scrolling(p, true) following plane creation.