diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-10-04 17:28:19 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-10-04 17:28:19 +0000 |
commit | 5ee38b811e4d3a5636edeef8d450424dce54caa8 (patch) | |
tree | 53b6cc428973b54fbafac317388d46f31ab7b08a /Doc/Zsh | |
parent | 7f3c92059f89ea796ff403b45458621d2d5a7213 (diff) | |
download | zsh-5ee38b811e4d3a5636edeef8d450424dce54caa8.tar.gz zsh-5ee38b811e4d3a5636edeef8d450424dce54caa8.tar.xz zsh-5ee38b811e4d3a5636edeef8d450424dce54caa8.zip |
Updated PROMPT_SP to mention what inverse+bold char is now output.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 2f0e7d71d..fd21e23e4 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -926,8 +926,8 @@ characters, including a series of spaces, that should make the terminal wrap to the next line when a partial line is present (note that this is only successful if your terminal has automatic margins, which is typical). -When a partial line is preserved, you will see an inverse hash (#) at -the end of the partial line. +When a partial line is preserved, you will see an inverse+bold character at +the end of the partial line: a "%" for a normal user or a "#" for root. NOTE: if the PROMPT_CR option is not set, enabling this option will have no effect. This option is on by default. |