[patch] textproc/par: use pledge()

2022-03-10 Thread Mikhail
Inlined patch adds support for pledge() in par formatter. It's rather complicated program, but in that cost, it provides more eyes-pleasant results than fmt from the base, and has much more options. Because of its complexity I think pledge()'ing it makes sense. I've tested it with english and utf8

Re: [patch] textproc/par: use pledge()

2022-03-11 Thread Mikhail
On Thu, Mar 10, 2022 at 05:53:55PM +0300, Mikhail wrote: > Inlined patch adds support for pledge() in par formatter. It's rather > complicated program, but in that cost, it provides more eyes-pleasant > results than fmt from the base, and has much more options. Because of > its complexity I think p

Re: [patch] textproc/par: use pledge()

2022-03-11 Thread Stuart Henderson
On 2022/03/11 12:16, Mikhail wrote: > On Thu, Mar 10, 2022 at 05:53:55PM +0300, Mikhail wrote: > > Inlined patch adds support for pledge() in par formatter. It's rather > > complicated program, but in that cost, it provides more eyes-pleasant > > results than fmt from the base, and has much more op