diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-14 08:27:53 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:00 -0400 |
commit | 8fd5f4ee57f146d8486c39becced0a75ee622d31 (patch) | |
tree | ffccdf177a546262ab3aeb2bd01c8d6a220456df /config.h | |
parent | 219492564c6a4f6027c2eff37bc0a7b1455ad969 (diff) | |
download | fork-ledger-8fd5f4ee57f146d8486c39becced0a75ee622d31.tar.gz fork-ledger-8fd5f4ee57f146d8486c39becced0a75ee622d31.tar.bz2 fork-ledger-8fd5f4ee57f146d8486c39becced0a75ee622d31.zip |
Added support for "--pager PROGRAM". A likely way to define it in
your login file would be: "export LEDGER_PAGER=$PAGER".
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ struct config_t std::string forecast_limit; std::string reconcile_balance; std::string reconcile_date; + std::string pager; unsigned long budget_flags; unsigned long pricing_leeway; int head_entries; |