From: Rocco Rutte Date: Wed, 5 Sep 2007 07:03:28 +0000 (+0000) Subject: Manual: don't use to present structured data X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd6fad96dc70bdd009e5a35907e27ca4dbe27e8c;p=neomutt Manual: don't use to present structured data --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index b6a6d3d87..f87d62958 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -629,33 +629,48 @@ objects to specify a color or mono attribute for them. Additionally, the internal pager supports the ANSI escape sequences for character attributes. Mutt translates them into the correct color and -character settings. The sequences Mutt supports are: +character settings. The sequences Mutt supports are +'\e[Ps;Ps;..Ps;m' +where Ps can be one of the codes shown in +. - - - -ESC [ Ps;Ps;Ps;...;Ps m where Ps = -0 All Attributes Off -1 Bold on -4 Underline on -5 Blink on -7 Reverse video on -3x Foreground color is x -4x Background color is x - -Colors are -0 black -1 red -2 green -3 yellow -4 blue -5 magenta -6 cyan -7 white - + +ANSI escape sequences + + +Escape codeDescription + + +0All Attributes Off +1Bold on +4Underline on +5Blink on +7Reverse video on +3<color>Foreground color is <color> (see ) +4<color>Background color is <color> (see ) + + +
-
+ +Color sequences + + +Color codeColor + + +0Black +1Red +2Green +3Yellow +4Blue +5Magenta +6Cyan +7White + + +
Mutt uses these attributes for handling text/enriched messages, and they @@ -3973,19 +3988,25 @@ only messages sent on the given date will be selected. Error Margins. You can add error margins to absolute dates. An error margin is a sign (+ or -), followed by a digit, followed by -one of the following units: - - -y years -m months -w weeks -d days - - -As a special case, you can replace the sign by a ``*'' character, -which is equivalent to giving identical plus and minus error margins. +one of the units in . As a special case, you can replace the +sign by a ``*'' character, which is equivalent to giving identical plus and minus error margins. + +Date units + + +UnitDescription + + +yYears +mMonths +wWeeks +dDays + + +
+ Example: To select any messages two weeks around January 15, 2001, you'd use the following pattern: @@ -4026,16 +4047,7 @@ be specified as: -offset is specified as a positive number with one of the following -units: - - -y years -m months -w weeks -d days - - +offset is specified as a positive number with one of the units from .