Removing the -m and the f**king -F option to less.

-m was not wanted anymore.
-F implementation has changed. It used to make less behave like cat
   if the text could fit the terminal, now it displays nothing. I
   know the later is the intended behavior, however it makes this
   option absolutely awful when used in psql and there is no known
   replacement.
This commit is contained in:
Rodolphe Breard 2015-02-11 17:24:02 +01:00
parent 0f50be3a6d
commit b3b0e62b9f

View file

@ -1,5 +1,5 @@
\timing on \timing on
\setenv LESS -imx4F \setenv LESS -ix4
\x auto \x auto
\pset null '[NULL]' \pset null '[NULL]'