summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-14 08:27:53 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:00 -0400
commit8fd5f4ee57f146d8486c39becced0a75ee622d31 (patch)
treeffccdf177a546262ab3aeb2bd01c8d6a220456df /config.h
parent219492564c6a4f6027c2eff37bc0a7b1455ad969 (diff)
downloadfork-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 4d06bd2e..14b18a47 100644
--- a/config.h
+++ b/config.h
@@ -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;