<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/event, branch v0.4.3</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>rename: getdigits_safe =&gt; try_getdigits</title>
<updated>2019-09-14T02:13:00+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-09-14T00:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0a24a2c314a507108be754a0a2d2ed1a16ec523f'/>
<id>0a24a2c314a507108be754a0a2d2ed1a16ec523f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename: SplitEvent =&gt; MulticastEvent #10989</title>
<updated>2019-09-11T22:39:23+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-09-11T22:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b78be5bd08436d5051cab96205328cd2aae21788'/>
<id>b78be5bd08436d5051cab96205328cd2aae21788</id>
<content type='text'>
"Multicast" is perhaps a more conventional name for the concept.
"One-shot" is the conventional name for how the event is (currently)
scheduled.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Multicast" is perhaps a more conventional name for the concept.
"One-shot" is the conventional name for how the event is (currently)
scheduled.</pre>
</div>
</content>
</entry>
<entry>
<title>rpc: allow handling of nvim_ui_try_resize at the pager</title>
<updated>2019-09-08T13:24:14+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-09-07T11:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=19993bca4afaade5d0fbaf132ff66064370bacb0'/>
<id>19993bca4afaade5d0fbaf132ff66064370bacb0</id>
<content type='text'>
This makes external UI behave consistenly with TUI w.r.t resizes.
Which will be needed anyway as TUI will use the external UI protocol
soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes external UI behave consistenly with TUI w.r.t resizes.
Which will be needed anyway as TUI will use the external UI protocol
soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>f_jobwait: cleanup</title>
<updated>2019-09-03T14:14:29+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-09-03T14:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6242bac90461afb659c5536f9efa8e84775e9df2'/>
<id>6242bac90461afb659c5536f9efa8e84775e9df2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>events: loop_schedule() is unclear, rename it loop_schedule_fast()</title>
<updated>2019-08-31T07:20:24+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-08-29T10:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f8b5d6e124f97ec39002297dd0e8e32b955b6a95'/>
<id>f8b5d6e124f97ec39002297dd0e8e32b955b6a95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>paste: tickle cursor</title>
<updated>2019-08-27T20:13:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-26T01:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4344ac11119abd20ba911d72cf540321277dd150'/>
<id>4344ac11119abd20ba911d72cf540321277dd150</id>
<content type='text'>
HACK: The cursor does not get repositioned after the paste completes.
Scheduling a dummy event seems to fix it.

Test case:
0. Revert this commit.
1. Paste some text in Normal-mode.
2. Notice the cursor is still in the cmdline area.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HACK: The cursor does not get repositioned after the paste completes.
Scheduling a dummy event seems to fix it.

Test case:
0. Revert this commit.
1. Paste some text in Normal-mode.
2. Notice the cursor is still in the cmdline area.
</pre>
</div>
</content>
</entry>
<entry>
<title>paste: WIP #4448</title>
<updated>2019-08-27T19:19:10+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-06-17T22:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21f0f7bca5a13fe847478ef27dc26bced9b3f3d1'/>
<id>21f0f7bca5a13fe847478ef27dc26bced9b3f3d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win: stream: reset tty stream on close</title>
<updated>2019-08-20T18:14:13+00:00</updated>
<author>
<name>Anciety</name>
<email>anciety@pku.edu.cn</email>
</author>
<published>2019-08-18T03:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e097e4704b8b4fd8c8ec659a6e9cc83cb500cfc3'/>
<id>e097e4704b8b4fd8c8ec659a6e9cc83cb500cfc3</id>
<content type='text'>
This was overlooked in 8072f085d2ed.

Analogous to 8a782f1699e2.

fix #10668
ref 8072f085d2ed #9884
ref 8a782f1699e2 #2377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was overlooked in 8072f085d2ed.

Analogous to 8a782f1699e2.

fix #10668
ref 8072f085d2ed #9884
ref 8a782f1699e2 #2377
</pre>
</div>
</content>
</entry>
<entry>
<title>channels: reflect exit due to signals in exit status code (#10573)</title>
<updated>2019-08-09T13:34:06+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-09T13:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=939d9053bdf2f56286640c581eb4e2ff5a856540'/>
<id>939d9053bdf2f56286640c581eb4e2ff5a856540</id>
<content type='text'>
Uses `128 + term_signal` in case of exit due to a signal.

Fixes https://github.com/neovim/neovim/issues/10571.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses `128 + term_signal` in case of exit due to a signal.

Fixes https://github.com/neovim/neovim/issues/10571.</pre>
</div>
</content>
</entry>
<entry>
<title>stream: log unwritten bytes, if any #10663</title>
<updated>2019-08-01T13:26:22+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-01T13:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1f6c9fd82202c14021d0e6aa3f5e4ad89877d2f8'/>
<id>1f6c9fd82202c14021d0e6aa3f5e4ad89877d2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
