This is less177+
It includes highlighting search strings which I find useful.
It was built from myless.zip (msdos archives), and the two patches on the
net to do searches. I have included them.

You need to do a
	gcc (or -static) -o filename filename.a -ltermcap 

You should now have:
less		-> goes in /usr/bin (or wherever)
lesskey		-> goes in /usr/bin (or wherever)
less.man	-> goes in /usr/man/man1/less.1
lesskey.man	-> goes in /usr/man/man1/lesskey.1
less.hlp	-> goes in /usr/local/lib/less (global help file)
lesskey.all	-> goes in /usr/local/lib/less (global key bindings. I have
		 built this to use the arrow keys and pg-up pd-dn keys.
		 ** This is my kludge so it will NOT be made if you re-compile)
Readme		-> goes by doing a rm -f Readme
diffs.177	-> patches to bring less-177 up to less-177E  (apply-first)
less.pat	-> patches to bring less-177E up to less-177+ (highlighting)


PLEASE CHECK PERMISSIONS ON ALL THESE FILES.

P.s. I have included my temcap file which uses a bit more color for less.
	I have found it useful when doing searches.

Note: I found that one needs to define ERRAVAIL when compiling, and also
that regerror.c needs to read 	error("regexp: %s", &s); in line 8 (I think).
