]> granicus.if.org Git - neomutt/commitdiff
Document %_.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 22 Apr 1999 10:21:41 +0000 (10:21 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 22 Apr 1999 10:21:41 +0000 (10:21 +0000)
doc/manual.sgml.in

index f6bac4d5725ab9af9c177317ed794592d0029ccf..d9aac525f37f7761c5ba4f6e8af8c2d3643f48bd 100644 (file)
@@ -4277,6 +4277,15 @@ following construct:
         %?<sequence_char>?<if_string>&<else_string>?
 </verb></tscreen>
 
+You can additionally force the result of any printf-like sequence to
+be lowercase by prefixing the sequence character with an underscore
+(&lowbar;) sign.  For example, if you want to display the local
+hostname in lowercase, you would use:
+
+<tscreen><verb>
+       %_h
+</verb</tscreen>
+
 <sect2>status&lowbar;on&lowbar;top<label id="status_on_top">
 <p>
 Type: boolean<newline>