X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/c923eb7f496826aa29015bbef4e855ec42a948c7..5aa98a4b030febc0aa0c75d987bb3dc9e96ae47a:/paper.h diff --git a/paper.h b/paper.h index 1a6f9f1..a15cbc7 100644 --- a/paper.h +++ b/paper.h @@ -225,6 +225,11 @@ struct para_data_Tag { JUST, LEFT, RIGHT } justification; /* + * Sometimes (in code paragraphs) we want to override the flags + * passed to render_string(). + */ + unsigned extraflags; + /* * For constructing the page outline. */ int outline_level; /* 0=title 1=C 2=H 3=S 4=S2... */