since the progressmeter is always tied to a state, store the state always,
authorespie <espie@openbsd.org>
Mon, 18 May 2015 10:25:10 +0000 (10:25 +0000)
committerespie <espie@openbsd.org>
Mon, 18 May 2015 10:25:10 +0000 (10:25 +0000)
commitecb1e57b5cb7b1f22b99fc14be16915d072aa01d
treeb5e8d00432d7f703715467f2fdc6d8a8549c434c
parent50866e703a3338d2d43118daf6189dc6a50ce6b4
since the progressmeter is always tied to a state, store the state always,
and not just in the Term case.

allows passing less parameters around.
usr.sbin/pkg_add/OpenBSD/ProgressMeter.pm
usr.sbin/pkg_add/OpenBSD/ProgressMeter/Term.pm