From b5257bc3473c0f02c94b7717debac9dc6b0738f4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 6 Jul 2010 12:37:17 +0000 Subject: Give -T[x]html `Bk -words' capability. --- html.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'html.h') diff --git a/html.h b/html.h index 874adc07..503acd57 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.24 2010/06/19 20:46:27 kristaps Exp $ */ +/* $Id: html.h,v 1.25 2010/07/06 12:37:17 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -110,7 +110,9 @@ enum htmltype { struct html { int flags; #define HTML_NOSPACE (1 << 0) -#define HTML_IGNDELIM (1 << 2) +#define HTML_IGNDELIM (1 << 1) +#define HTML_KEEP (1 << 2) +#define HTML_PREKEEP (1 << 3) struct tagq tags; struct ordq ords; void *symtab; -- cgit v1.2.3-56-ge451