This is a ncurses based lynx style info documentation browser.
Hope you like it :)
See man page (pinfo.1) for details. But continue to read here for
installation notes :)

COPYING:
GPL; the license is included with the package.

NOTE 1:
There can sometimes happen, that I forget to turn off the efence library in
a release (it's a debugging tool). In this case just comment out the
-lefence keyword in Makefile :)

NOTE 2:
On some slackware distributions, ncurses/curses.h wants to include
<unctrl.h>, which is (by mistake?) located in /usr/include/ncurses, and not
in /usr/include. To fix it, create a symlink, or copy the file.

NOTE 3:
Gnu readline library on my system requires -ltermcap. Without it the text
input (by regexp, shell command) does not echo characters when typing in.
If you have problems with this, try to turn off the use of readline in
makefile.

NOTE 4:
The 'flying' cursor. On some systems the ncurses call for hiding cursor does
not work properly. In fact this call makes ncurses not to care about the
location of physical cursor, and by the way turns off the echo. Conclusion:
turn it off :)

NOTE 5:
readline doesn't work properly without -ltermcap. If you have it, feel free
to turn it on in makefile.
