<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Src/Zle/iwidgets.list, branch mikachu/redrawhook</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Src/Zle/iwidgets.list?h=mikachu%2Fredrawhook</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Src/Zle/iwidgets.list?h=mikachu%2Fredrawhook'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2015-09-27T00:28:41Z</updated>
<entry>
<title>Add match-bracket widget that takes a position and/or parameter to store result, and does no weird vi stuff</title>
<updated>2015-09-27T00:28:41Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2015-09-06T20:25:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=72f7f904e8734c2ee73b77e35e60ecb86148bc60'/>
<id>urn:sha1:72f7f904e8734c2ee73b77e35e60ecb86148bc60</id>
<content type='text'>
I use this in my zle-line-pre-redraw hook,

  local -a hackcol=(red cyan)
  local mpos cpos off
  for off in 0 1; do
    (( cpos = CURSOR - off ))
    if (( cpos &gt;= 0 )) &amp;&amp; zle .match-bracket $cpos mpos; then
      region_highlight+=("$((cpos)) $((cpos+1)) bold,bg=${hackcol[2]},fg=black"
                         "$((mpos)) $((mpos+1)) bold,bg=${hackcol[1]},fg=black")
      break
    fi
  done
</content>
</entry>
<entry>
<title>36044: deactivate-region widget for escape in visual mode</title>
<updated>2015-08-11T11:28:14Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-08-11T11:28:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3183cbd98c6f980a1d0d15227b12cf1caeb54e33'/>
<id>urn:sha1:3183cbd98c6f980a1d0d15227b12cf1caeb54e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35882: read-command has ZLE_NOTCOMMAND</title>
<updated>2015-07-25T00:04:30Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-07-25T00:04:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=84495e3415f8f970f014fa5843a8601e0646a175'/>
<id>urn:sha1:84495e3415f8f970f014fa5843a8601e0646a175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35824: allow highlighting of just pasted text and put text from bracketed paste in cut buffers</title>
<updated>2015-07-23T03:36:27Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-07-23T03:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b4aff3bc52e15be87304183b3ae959668192b48c'/>
<id>urn:sha1:b4aff3bc52e15be87304183b3ae959668192b48c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35474, 35492: support the bracketed paste mode of newer terminal emulators</title>
<updated>2015-06-18T22:15:38Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-06-18T22:15:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=98687fa1dec803f041cbb5417c146d8aa5129b53'/>
<id>urn:sha1:98687fa1dec803f041cbb5417c146d8aa5129b53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33846: additional default vi-mode key bindings</title>
<updated>2014-12-13T18:32:55Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-12-13T18:31:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5b7950e6ef6911448a87401345eb72229b54d4e8'/>
<id>urn:sha1:5b7950e6ef6911448a87401345eb72229b54d4e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33950: ignore KEYTIMEOUT for vi operators</title>
<updated>2014-12-12T13:14:00Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-12-12T13:12:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=edb9c94025cebb853142c7e91b88c991ddd21b22'/>
<id>urn:sha1:edb9c94025cebb853142c7e91b88c991ddd21b22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33924: allow vi line/characterwise mode to be forced</title>
<updated>2014-12-08T16:24:48Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-12-08T16:23:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=88f4e24d4c42de1072898cd0e26e3d43c7de448c'/>
<id>urn:sha1:88f4e24d4c42de1072898cd0e26e3d43c7de448c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33730: vim style text objects for selecting words</title>
<updated>2014-11-21T10:40:00Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-21T00:08:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=58da0f495cdf2bbef6a7043f5f06c77991c79a9e'/>
<id>urn:sha1:58da0f495cdf2bbef6a7043f5f06c77991c79a9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33636: add support for a linewise visual selection mode</title>
<updated>2014-11-17T21:50:34Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-17T21:50:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=36878852efc1673aba445e7affe9c5c554c343d5'/>
<id>urn:sha1:36878852efc1673aba445e7affe9c5c554c343d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33635: adapt region to function as vim style visual selection mode</title>
<updated>2014-11-17T21:47:59Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-17T21:47:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=492b6cec28d70eb4ef34054f414dd1e80102e857'/>
<id>urn:sha1:492b6cec28d70eb4ef34054f414dd1e80102e857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33700: new widget for put in vim style visual selection mode</title>
<updated>2014-11-17T15:32:04Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-17T15:32:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0ea8f28e7b230315fe3fcca162a15258b618b0b2'/>
<id>urn:sha1:0ea8f28e7b230315fe3fcca162a15258b618b0b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33697: new vim style vi-backward-word-end widgets</title>
<updated>2014-11-15T20:33:32Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-15T20:33:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1e934556f7a91cc15e78272763dab05ea16b6d78'/>
<id>urn:sha1:1e934556f7a91cc15e78272763dab05ea16b6d78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33696: simple up/down line widgets that don't go through history lines</title>
<updated>2014-11-15T20:31:29Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-11-15T20:31:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=13f3eec61dd806682141d45520fb4a08726831e0'/>
<id>urn:sha1:13f3eec61dd806682141d45520fb4a08726831e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33570, 33576: make killring/yank-pop work in vi mode after</title>
<updated>2014-10-30T20:52:36Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-10-30T20:52:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fd302c9837b0034962471b9288b182e2525ba1d8'/>
<id>urn:sha1:fd302c9837b0034962471b9288b182e2525ba1d8</id>
<content type='text'>
vi-put-before and vi-put-after
</content>
</entry>
<entry>
<title>33528: take notice of last column position when using vi-yank</title>
<updated>2014-10-29T12:34:37Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-10-29T12:34:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=16cfa78aa98da19f5928dd6bd036705096017815'/>
<id>urn:sha1:16cfa78aa98da19f5928dd6bd036705096017815</id>
<content type='text'>
and an upward cursor movement
</content>
</entry>
<entry>
<title>33513: vi mode deletions should replace cut buffer not append to it</title>
<updated>2014-10-23T15:10:37Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-10-23T15:10:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9d54f0ecde5751277639c07830011f0ac8fd4eea'/>
<id>urn:sha1:9d54f0ecde5751277639c07830011f0ac8fd4eea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on</title>
<updated>2014-02-05T20:45:19Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2014-02-05T20:45:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2cd3b9ab74a961798362d27094a6d29d7723c171'/>
<id>urn:sha1:2cd3b9ab74a961798362d27094a6d29d7723c171</id>
<content type='text'>
Jun T: 32324, 32330), 32347, Jun T: 32344, 32349:
add split-undo zle widget for configurable breaks in undo sequence
</content>
</entry>
<entry>
<title>26366: add "isearch" keymap and "accept-search" functino</title>
<updated>2009-01-19T17:57:43Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2009-01-19T17:57:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=46cdeb71b7c8dae7517ef832130049dc1e821cb6'/>
<id>urn:sha1:46cdeb71b7c8dae7517ef832130049dc1e821cb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>24878: add incremental pattern searches</title>
<updated>2008-04-26T19:51:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-04-26T19:51:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=234c6ed193fb61379d8d7bb1ee44793ed75e15fb'/>
<id>urn:sha1:234c6ed193fb61379d8d7bb1ee44793ed75e15fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add two widges for user control of auto-suffix remove/keep.</title>
<updated>2006-10-16T01:09:22Z</updated>
<author>
<name>Bart Schaefer</name>
<email>barts@users.sourceforge.net</email>
</author>
<published>2006-10-16T01:09:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d6a7f6f5ad9c0546aa47a5bfc54d9935da73ff02'/>
<id>urn:sha1:d6a7f6f5ad9c0546aa47a5bfc54d9935da73ff02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/10172: new zle command read-command</title>
<updated>2006-04-23T23:13:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-04-23T23:13:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=85f25bb845ae50fb1e75edd71c83a63e582abadd'/>
<id>urn:sha1:85f25bb845ae50fb1e75edd71c83a63e582abadd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22014: argument-base, insert-unicode-char</title>
<updated>2005-11-24T10:25:33Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-11-24T10:25:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e66af50a984b9b693fd6bbbf5f806612cdd03b66'/>
<id>urn:sha1:e66af50a984b9b693fd6bbbf5f806612cdd03b66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/9638: tweaks for FCEDIT etc.</title>
<updated>2005-11-07T09:37:34Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-11-07T09:37:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca'/>
<id>urn:sha1:e366ca8dbfb3d38e4bcbfa02965d6736a7e6bdca</id>
<content type='text'>
21986: rewrite completion suffixes for wide characters
</content>
</entry>
<entry>
<title>7650: new reset-prompt zle widget</title>
<updated>2004-07-01T14:55:54Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-07-01T14:55:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3c13204e5574c48887e0b3f7caf3837773a7d29c'/>
<id>urn:sha1:3c13204e5574c48887e0b3f7caf3837773a7d29c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19456: Fix ptmx tests, again.</title>
<updated>2004-02-20T15:27:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-02-20T15:27:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2073eca9f32a13df802e1dddf8fc23c5b99ff921'/>
<id>urn:sha1:2073eca9f32a13df802e1dddf8fc23c5b99ff921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17384: new recursive-edit widget.</title>
<updated>2002-07-01T09:54:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2002-07-01T09:54:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a18f0202824ccd29a931edd2abc6d2caee23296c'/>
<id>urn:sha1:a18f0202824ccd29a931edd2abc6d2caee23296c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685)</title>
<updated>2000-04-12T08:24:15Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2000-04-12T08:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b1d4a8194a12b74a5bae9951ae7d20e5af82f715'/>
<id>urn:sha1:b1d4a8194a12b74a5bae9951ae7d20e5af82f715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated from list as far as 10376</title>
<updated>2000-04-01T20:49:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2000-04-01T20:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=48525452555a24b9d41748f26b4b77f160f01220'/>
<id>urn:sha1:48525452555a24b9d41748f26b4b77f160f01220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>1999-04-15T18:05:38Z</updated>
<author>
<name>Tanaka Akira</name>
<email>akr@users.sourceforge.net</email>
</author>
<published>1999-04-15T18:05:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e74702b467171dbdafb56dfe354794a212e020d9'/>
<id>urn:sha1:e74702b467171dbdafb56dfe354794a212e020d9</id>
<content type='text'>
</content>
</entry>
</feed>
