summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-02 02:55:22 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-02 02:55:22 -0500
commita8db7bd303b6ecab8de975511e1ea9ccc27a2c81 (patch)
tree058e2f5c1a95bcd89173698ac0f2b193e1969416 /src/report.h
parent094794c640dafaab37a0b227908d8602d29f7daa (diff)
downloadfork-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.h2
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
}
}
}