of ANSI escape codes by setting $Config{less} (and thereby
$Config{pager}).
;;
esac
done
+case "$less" in
+'') ;;
+*) if $less -R </dev/null >/dev/null; then
+ echo "Substituting less -R for less."
+ less="$less -R"
+ _less=$less
+ fi
+ ;;
+esac
case "$egrep" in
egrep)
echo "Substituting grep for egrep."