From 008e5d6d5c31caa6e3556b16d0c1e89f2cbf8832 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 10 Jun 2021 17:35:30 -0400 Subject: [PATCH] purge falsehood from gcluster comment --- include/notcurses/notcurses.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index 78c7312d2..4166dec18 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -593,13 +593,9 @@ typedef struct nccell { // are single-byte ASCII-derived values. The XXXXXX is interpreted as a 24-bit // index into the egcpool. These pools may thus be up to 16MB. // - // A pixel graphic is indicated by the value 0x02XXXXXX. This is safe for the - // same reasons listed above. The XXXXXX is interpreted as a unique 24-bit - // sprixel identifier, and can be used to search the sprixel cache. - // - // The cost of this scheme is that the characters 0x01 (SOH) and 0x02 (STX) - // cannot be encoded in a nccell, which we want anyway. They must not be - // allowed through the API, or havoc will result. + // The cost of this scheme is that the character 0x01 (SOH) cannot be encoded + // in a nccell, which we want anyway. It must not be allowed through the API, + // or havoc will result. uint32_t gcluster; // 4B → 4B little endian EGC uint8_t gcluster_backstop; // 1B → 5B (8 bits of zero) // we store the column width in this field. for a multicolumn EGC of N