summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index e8c7bc58a..b63c4b3ff 100644
--- a/render/box.h
+++ b/render/box.h
@@ -89,6 +89,7 @@ struct box {
char * text;
unsigned int space : 1; /* 1 <=> followed by a space */
char * href;
+ char * title;
unsigned int length;
unsigned int columns;
struct box * next;