summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 16127ea3..92f62ba4 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -69,6 +69,7 @@ enum iGmLinkFlags {
69 visited_GmLinkFlag = iBit(14), /* in the history */ 69 visited_GmLinkFlag = iBit(14), /* in the history */
70 permanent_GmLinkFlag = iBit(15), /* content cannot be dismissed; media link */ 70 permanent_GmLinkFlag = iBit(15), /* content cannot be dismissed; media link */
71 query_GmLinkFlag = iBit(16), /* Gopher query link */ 71 query_GmLinkFlag = iBit(16), /* Gopher query link */
72 iconFromLabel_GmLinkFlag = iBit(17), /* use an Emoji/special character from label */
72}; 73};
73 74
74struct Impl_GmHeading { 75struct Impl_GmHeading {