diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-28 23:26:09 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-28 23:26:09 +0000 |
commit | fa25d6bcf8d83e3ef6c401e70a10d5e73010dac8 (patch) | |
tree | 7c07585f2e85fc7eb81283a19e2a395445fd1435 /term.h | |
parent | a8118e85fefd1944161b9393a20595f4b1325640 (diff) | |
download | mandoc-fa25d6bcf8d83e3ef6c401e70a10d5e73010dac8.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ }; |