Function libnotcurses_sys::ncplane_dim_yx[][src]

pub unsafe extern "C" fn ncplane_dim_yx(
    n: *const ncplane,
    y: *mut c_int,
    x: *mut c_int
)
Expand description

Return the dimensions of this ncplane. y or x may be NULL.