1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

Mention the new inverse-hash that is output by PROMPT_SP.

This commit is contained in:
Wayne Davison 2005-07-26 22:48:43 +00:00
parent d355573c48
commit b58d161703

View file

@ -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 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). only successful if your terminal has automatic margins, which is typical).
One potential side-effect can affect the selection of text from a partial When a partial line is preserved, you will see an inverse hash (#) at
line using the mouse: triple-clicking may select more text than you the end of the partial line.
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.
NOTE: if the PROMPT_CR option is not set, enabling this option will have no NOTE: if the PROMPT_CR option is not set, enabling this option will have no
effect. This option is on by default. effect. This option is on by default.