ports/devel/py-http-prompt/files/pkg-message.in
Bartek Rutkowski 0550154f24 devel/py-http-prompt: update 0.2.0 -> 0.3.1
PR:		210076
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
2016-06-07 10:46:11 +00:00

10 lines
291 B
Text

======================================================================
For the output colors work properly you need to use LESS as your
default pager instead of MORE.
zsh:
$ export PAGER=less
csh:
$ setenv PAGER less
======================================================================