From: Rocco Rutte Date: Sun, 31 May 2009 11:19:07 +0000 (+0200) Subject: Document that $pager_context affects searching, too X-Git-Tag: neomutt-20160307~622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cfeed8cf307d64038d80efe17558a7793953515;p=neomutt Document that $pager_context affects searching, too --- diff --git a/init.h b/init.h index 44b46a5fd..ff2a54fec 100644 --- a/init.h +++ b/init.h @@ -1600,6 +1600,10 @@ struct option_t MuttVars[] = { ** when displaying the next or previous page in the internal pager. By ** default, Mutt will display the line after the last one on the screen ** at the top of the next page (0 lines of context). + ** .pp + ** This variable also specifies the amount of context given for search + ** results. If positive, this many lines will be given before a match, + ** if 0, the match will be top-aligned. */ { "pager_format", DT_STR, R_PAGER, UL &PagerFmt, UL "-%Z- %C/%m: %-20.20n %s%* -- (%P)" }, /*