diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-26 22:48:43 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-26 22:48:43 +0000 |
| commit | b58d161703fed7eec08ec62795d92761d82a818d (patch) | |
| tree | c45b06bcd16bb1ac21a978f1fbee5519e64bd7ac /Doc | |
| parent | Moving the PROMPT_SP code earlier in the scheme of things so that (diff) | |
| download | zsh-b58d161703fed7eec08ec62795d92761d82a818d.tar zsh-b58d161703fed7eec08ec62795d92761d82a818d.tar.gz zsh-b58d161703fed7eec08ec62795d92761d82a818d.tar.bz2 zsh-b58d161703fed7eec08ec62795d92761d82a818d.tar.lz zsh-b58d161703fed7eec08ec62795d92761d82a818d.tar.xz zsh-b58d161703fed7eec08ec62795d92761d82a818d.tar.zst zsh-b58d161703fed7eec08ec62795d92761d82a818d.zip | |
Mention the new inverse-hash that is output by PROMPT_SP.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/options.yo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 0f2d80cba..e6e6af025 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -916,10 +916,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). -One potential side-effect can affect the selection of text from a partial -line using the mouse: triple-clicking may select more text than you -expected, or the spaces following a partial line may be selectable where -they would not be if the line had actually ended with a newline. +When a partial line is preserved, you will see an inverse hash (#) at +the end of the partial line. NOTE: if the PROMPT_CR option is not set, enabling this option will have no effect. This option is on by default. |
