diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 20:56:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 20:56:50 +0000 |
commit | 85810b7b8eafa0412953c9f890135ffcd40d12c5 (patch) | |
tree | c8be1582996f5db6d88bab2915b46c0c27c6ce66 | |
parent | 74e5fcee384467e74983a3077bad97974477e877 (diff) | |
download | zsh-85810b7b8eafa0412953c9f890135ffcd40d12c5.tar.gz zsh-85810b7b8eafa0412953c9f890135ffcd40d12c5.tar.xz zsh-85810b7b8eafa0412953c9f890135ffcd40d12c5.zip |
24911: missed REGION_ACTIVE documentation, somehow
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4e9399d5f..323466fb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 24911 (tweaked): Doc/Zsh/zle.yo: missed this bit, somehow. + 2008-05-06 Peter Stephenson <pws@csr.com> * 24953: Doc/Zsh/zle.yo, Src/Zle/zle_refresh.c: @@ -32,6 +36,9 @@ 2008-05-04 Peter Stephenson <p.w.stephenson@ntlworld.com> + * Mikael Magnusson: 24911 (tweaked): Doc/Zsh/zle.yo, + Src/Zle/zle_params.c: REGION_ACTIVE zle parameter. + * Phil Pennock: 24904 + 24916: configure.ac, Src/system.h: don't define _XOPEN_SOURCE_EXTENDED on freebsd, either, not even if the standard says we need it for wcwidth(). diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 8f0751577..95d1d7ae9 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -774,6 +774,13 @@ The part of the buffer that lies to the right of the cursor position. If it is assigned to, only that part of the buffer is replaced, and the cursor remains between the old tt($LBUFFER) and the new tt($RBUFFER). ) +vindex(REGION_ACTIVE) +item(tt(REGION_ACTIVE) (integer))( +Indicates if the region is currently active. It can be assigned 0 or 1 +to deactivate and activate the region respectively; +ifzman(see em(Character Highlighting) below)\ +ifnzman(noderef(Character Highlighting)). +) vindex(region_highlight) item(tt(region_highlight) (array))( Each element of this array may be set to a string that describes |