Commit 4010e238a0826aba0cbc42d3a0a175d1edb4c547

Stefan Sperling 2020-12-04T23:27:05

make tog call pledge(2) directly in main() instead of per-command All of tog's pledges are currently the same, and they must be the same because tog allows switching between available command views at run-time. ok tracey