mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
[rust] s/cell/nccell/ from ffi
This commit is contained in:
parent
2fbdb50d71
commit
ca06d891fb
@ -205,7 +205,7 @@ use crate::{NcChannel, NcPlane};
|
||||
/// multicolumn glyph. whether a cell is the left or right side of the glyph
|
||||
/// can be determined by checking whether ->gcluster is zero.
|
||||
///
|
||||
pub type NcCell = crate::bindings::ffi::cell;
|
||||
pub type NcCell = crate::bindings::ffi::nccell;
|
||||
|
||||
// RETHINK:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user