Home
last modified time | relevance | path

Searched refs:gcluster_backstop (Results 1 – 3 of 3) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_cell.3.md17 uint8_t gcluster_backstop; // 1B → 5B (8 bits of zero)
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h655 uint8_t gcluster_backstop; // 1B → 5B (8 bits of zero) member
691 #define NCCELL_INITIALIZER(c, s, chan) { .gcluster = (htole(c)), .gcluster_backstop = 0,\
694 #define NCCELL_CHAR_INITIALIZER(c) { .gcluster = (htole(c)), .gcluster_backstop = 0,\
697 #define NCCELL_TRIVIAL_INITIALIZER { .gcluster = 0, .gcluster_backstop = 0,\
/dports/devel/notcurses/notcurses-3.0.1/
H A DUSAGE.md1945 // gcluster_backstop field, see below) is guaranteed to be zero, as are any
1948 // The gcluster + gcluster_backstop thus form a valid C string of between 0
1969 uint8_t gcluster_backstop; // 1B → 5B (8 bits of zero)
2013 #define CELL_CHAR_INITIALIZER(c) { .gcluster = (c), .gcluster_backstop = 0, .reserved = 0, .stylema…
2014 #define CELL_INITIALIZER(c, s, chan) { .gcluster = (c), .gcluster_backstop = 0, .reserved = 0, .sty…