From ed9249a66c2e5fe4fe8fdbea6642a6349d6b7fb9 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 29 May 2026 16:33:00 +0800 Subject: wip: css. --- tags.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tags.h') diff --git a/tags.h b/tags.h index 4889686..b140ef3 100644 --- a/tags.h +++ b/tags.h @@ -26,6 +26,8 @@ typedef enum { TAG_UL, } tag_type; +#define TAGLEN 18 + static const struct { const char *name; tag_type tag; -- cgit v1.2.3