Function libnotcurses_sys::c_api::nccellcmp
source · pub fn nccellcmp(
plane1: &NcPlane,
cell1: &NcCell,
plane2: &NcPlane,
cell2: &NcCell
) -> boolExpand description
Returns true if the two cells are distinct EGCs, attributes, or channels.
The actual egcpool index needn’t be the same–indeed, the planes needn’t even be the same. Only the expanded EGC must be equal. The EGC must be bit-equal;
Method: NcCell.compare().