[PATCH] make man -p return zero exit code

2020-04-03 Thread coypu
man -p returns 1 error code, because the control flow of the program keeps looking at the remaining arguments (empty list) and it doesn't find a matching manual page. Fish (shell) has gone through this flow process: 1. Append its own weirdo-shell manual pages to the MANPATH, but only if you are u

Re: recent terminfo changes

2020-04-03 Thread Brett Lymn
On Mon, Mar 30, 2020 at 03:03:32AM +0100, Roy Marples wrote: > > For this specifically, we need a test that a terminal we know has colour > still has colour according to libcurses. > > There are a few other numerics which have now exceeded the POSIX terminfo > limits, but AFAIK they don't apply t