From d80276536610615caffcc3d1d5ffc405bfc5cc26 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 5 Nov 2009 08:40:16 +0000 Subject: Correct support for `\fX' font modes in -Tascii. --- term.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'term.h') diff --git a/term.h b/term.h index f0d82016..46c8b509 100644 --- a/term.h +++ b/term.h @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.49 2009/10/18 19:03:37 kristaps Exp $ */ +/* $Id: term.h,v 1.50 2009/11/05 08:40:16 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -43,6 +43,10 @@ struct termp { #define TERMP_ANPREC (1 << 13) /* See termp_an_pre(). */ int bold; int under; + int metafont; /* See do_escaped(). */ +#define METAF_BOLD (1 << 0) +#define METAF_UNDER (1 << 1) + int metamask; /* See do_escaped(). */ char *buf; /* Output buffer. */ enum termenc enc; /* Type of encoding. */ void *symtab; /* Encoded-symbol table. */ -- cgit v1.2.3-56-ge451