From 65b21818607da7a38f4aba03c9c843891056f76b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 14 Feb 2005 07:44:32 +0000 Subject: Added new --head and --tail options, which control how many *entries* are displayed in a register report or print report. The UNIX commands "head" and "tail" can be used to control how many transactions are displayed. --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 6343be6f..4d06bd2e 100644 --- a/config.h +++ b/config.h @@ -51,6 +51,8 @@ struct config_t std::string reconcile_date; unsigned long budget_flags; unsigned long pricing_leeway; + int head_entries; + int tail_entries; bool show_collapsed; bool show_subtotal; bool show_totals; -- cgit v1.2.3