diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-02 02:55:22 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-02 02:55:22 -0500 |
commit | a8db7bd303b6ecab8de975511e1ea9ccc27a2c81 (patch) | |
tree | 058e2f5c1a95bcd89173698ac0f2b193e1969416 /src/report.h | |
parent | 094794c640dafaab37a0b227908d8602d29f7daa (diff) | |
download | fork-ledger-a8db7bd303b6ecab8de975511e1ea9ccc27a2c81.tar.gz fork-ledger-a8db7bd303b6ecab8de975511e1ea9ccc27a2c81.tar.bz2 fork-ledger-a8db7bd303b6ecab8de975511e1ea9ccc27a2c81.zip |
Set default LESS options to -FRSX
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index e321cb44..e00c6460 100644 --- a/src/report.h +++ b/src/report.h @@ -654,7 +654,7 @@ public: if (have_less) { on(none, "less"); - setenv("LESS", "--quit-if-one-screen -R", 0); + setenv("LESS", "-FRSX", 0); // don't overwrite } } } |