@@ -64,6 +64,8 @@ struct editor {
static struct editor editor;
static bool prepare_lines_cb (void* ctx, const char* start, size_t len) {
(void)ctx;
struct edit_line* line = malloc (sizeof (*line));
if (line == NULL)
The note is not visible to the blocked user.