mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
24911: missed REGION_ACTIVE documentation, somehow
This commit is contained in:
parent
74e5fcee38
commit
85810b7b8e
2 changed files with 14 additions and 0 deletions
|
@ -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().
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue