CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2016/06/24 05:42:30
Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm State.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: simplify the logic. no need for a separate hook when we can just specialize find_window_size. fix a bug: integrate SIG{CONT} for re-checking window size. the way it's currently written, first call to compute_playfield will call itself once. But it makes for less code.