about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-08-10 17:49:55 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-08-10 17:49:55 +0100
commitf8ae47f29b766dc0330b19d7fdb35859d6aab930 (patch)
treef6d9689a164d91659b78995bb90ab789bce9e6a7 /NEWS
parent1973bbd1257d6b83b5c8f061571b963b22b35ffd (diff)
downloadzsh-f8ae47f29b766dc0330b19d7fdb35859d6aab930.tar.gz
zsh-f8ae47f29b766dc0330b19d7fdb35859d6aab930.tar.xz
zsh-f8ae47f29b766dc0330b19d7fdb35859d6aab930.zip
unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98dc0437a..c5e226a24 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,12 @@ values of N still count the space used since the start of the prompt).
 In PS1 and PROMPT, this counts to the right margin, whereas in RPS1 and
 RPROMPT, it counts to the left margin (not to the opposite prompt).
 
+Another new prompt feature is the %. escape within time strings, for
+example %D{%H:%M:%S.%.}.  It provides zero-padded decimal fractions of
+second; by default milliseconds are shown, but the number of digits may
+be indicated from 1 to 6, e.g. "%6.".  (Note this is part of the
+extensions to strftime() formats rather of basic prompt escapes.)
+
 
 Changes between 4.2 and 5.0.0
 -----------------------------