diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-04 20:41:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-04 20:41:32 +0000 |
commit | d16943d9a91a160c6377ea722a57cf901f93cfae (patch) | |
tree | 05481467a2cd6d8c4a5e1801c357e0762694d9d0 /Doc/Zsh | |
parent | ae66040f86d7a3a08eb4bc766cf79d20a392a518 (diff) | |
download | zsh-d16943d9a91a160c6377ea722a57cf901f93cfae.tar.gz zsh-d16943d9a91a160c6377ea722a57cf901f93cfae.tar.xz zsh-d16943d9a91a160c6377ea722a57cf901f93cfae.zip |
TBD: documentation of highlighting
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 5e375d7cc..fbe3397d6 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -809,12 +809,10 @@ whitespace.) list(An end offset in the same units as tt(CURSOR), terminated by whitespace.) list(A highlight specification in the same format as -used for the contexts tt(region) or tt(special) -in the parameter tt(zle_highlight), +used for contexts in the parameter tt(zle_highlight), ifnzman(noderef(Character Highlighting))\ -ifzman(see Character Highlighting below). -Hence this should be a comma-separated list of any of the -words tt(bold), tt(standout) or tt(underline). +ifzman(see Character Highlighting below); +for example, tt(standout) or tt(fg=red,bold)). endlist() For example, @@ -830,7 +828,6 @@ keep the highlighting effect synchronised with the line as it is edited; hence region highlighting is best limited to static effects within user widgets. ) -) vindex(WIDGET) item(tt(WIDGET) (scalar))( The name of the widget currently being executed; read-only. |