@@ -19,6 +19,8 @@ enum
Fontsz = 32,
Fontbase = 4,
Nglyphs = 0x20000,
Maxrunes = 64,
Maxutf = Maxrunes * UTFmax + 1,
};
enum
@@ -37,7 +39,7 @@ enum
typedef struct Str Str;
struct Str
{
Rune r[64];
Rune r[Maxrunes];
int n;
The note is not visible to the blocked user.