summaryrefslogtreecommitdiff
path: root/src/roff/troff/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/env.h')
-rw-r--r--src/roff/troff/env.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/roff/troff/env.h b/src/roff/troff/env.h
index a5bee15df..521bccf71 100644
--- a/src/roff/troff/env.h
+++ b/src/roff/troff/env.h
@@ -179,6 +179,8 @@ class environment {
#ifdef WIDOW_CONTROL
int widow_control;
#endif /* WIDOW_CONTROL */
+ int need_eol;
+ int ignore_next_eol;
tab_type distance_to_next_tab(hunits *);
void start_line();
@@ -271,7 +273,10 @@ public:
void possibly_break_line(int forced = 0);
void do_break(); // .br
void final_break();
- void add_html_tag (const char *name);
+ void add_html_tag_eol(void);
+ void add_html_tag(const char *);
+ void add_html_tag(const char *, int);
+ void add_html_tag_tabs(void);
void newline();
void handle_tab(int is_leader = 0); // do a tab or leader
void add_node(node *);