summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index 9206e4ad..3e0fdccf 100644
--- a/term.h
+++ b/term.h
@@ -51,6 +51,7 @@ struct termp_ps {
size_t psmargcur; /* current pos in margin buf */
size_t pspage; /* current page */
char last; /* character buffer */
+ enum termfont lastf; /* last set font */
};
struct termp {