On Tue, Mar 8, 2011 at 3:07 AM, Simon Nicolussi <[email protected]> wrote: > I'm not sure whether anybody still cares about this, but currently it is > not possible to read the help files within hack(6). The patch below does > fix this issue and additionally enables the external parser for viewing > the help files, as specified in the man page.
Neat, but these: > +#define DEF_PAGER _PATH_PAGER ... > +#define _PATH_PAGER "/usr/bin/more" mean that you're ignoring $PAGER in favor of dictating what to use.
