Function libnotcurses_sys::nccell_strdup[][src]

pub fn nccell_strdup(plane: &NcPlane, cell: &NcCell) -> String
Expand description

Copies the UTF8-encoded EGC out of the NcCell, whether simple or complex.

The result is not tied to the NcPlane, and persists across erases and destruction.

Method: NcCell.strdup().