summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index 3c62ecffe..5a82830db 100644
--- a/render/box.h
+++ b/render/box.h
@@ -163,6 +163,10 @@ struct box {
/** This box is a continuation of the previous box (eg from line
* breaking). */
unsigned int clone : 1;
+ /** This box represents a <pre> tag which has not yet had its white
+ * space stripped if possible
+ */
+ unsigned int strip_leading_newline : 1;
char *href; /**< Link, or 0. */
const char *target; /**< Link target, or 0. */