]> granicus.if.org Git - neomutt/commitdiff
Document that $pager_context affects searching, too
authorRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 11:19:07 +0000 (13:19 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sun, 31 May 2009 11:19:07 +0000 (13:19 +0200)
init.h

diff --git a/init.h b/init.h
index 44b46a5fd3da3298b9542f06588c7bf8894ad499..ff2a54fec83808b5b90b5b51458519853efb566c 100644 (file)
--- 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)" },
   /*