From 8fd5f4ee57f146d8486c39becced0a75ee622d31 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 14 Feb 2005 08:27:53 +0000 Subject: Added support for "--pager PROGRAM". A likely way to define it in your login file would be: "export LEDGER_PAGER=$PAGER". --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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; -- cgit v1.2.3