Tiny corrections: On 26 Aug 2026 12:16 +0000, astian wrote: >[02-avoid-nul-truncation-warning.patch (text/x-patch, attachment)] >The LHS is a string constant, it already has an implicit NUL terminator.
s/LHS/RHS/ Derp. >[03-dont-hardcode-link-colour.patch (text/x-patch, attachment)] >+ g_object_set (tag, "foreground-rgba", &link_colour, NULL); I guess GObject perfectionists might want the cast/debug macro here: g_object_set (G_OBJECT (tag), "foreground-rgba", &link_colour, NULL);

