aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-28 23:26:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-28 23:26:09 +0000
commit1333797c489e45a9ce20753440cdba7ebadf299d (patch)
treefc0642696dec7ae778a6d97f87d3138e1313de36 /term.h
parent7e1ed558d5e8927b3247d0f3d61fc05fb041fe09 (diff)
downloadmandoc-1333797c489e45a9ce20753440cdba7ebadf299d.tar.gz
mandoc-1333797c489e45a9ce20753440cdba7ebadf299d.tar.zst
mandoc-1333797c489e45a9ce20753440cdba7ebadf299d.zip
Clean-up of variable-width glyph support. Adds no new code; only
restructured to make a bit more readable. Also removed an unused entry in the PS engine structure.
Diffstat (limited to 'term.h')
-rw-r--r--term.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/term.h b/term.h
index 4293e9d6..861abc70 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.66 2010/06/27 01:26:20 schwarze Exp $ */
+/* $Id: term.h,v 1.67 2010/06/28 23:26:09 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -49,7 +49,6 @@ struct termp_ps {
char *psmarg; /* margin buf */
size_t psmargsz; /* margin buf size */
size_t psmargcur; /* current pos in margin buf */
- size_t pspage; /* current page */
char last; /* character buffer */
enum termfont lastf; /* last set font */
};