<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/terminal, branch v0.3.1</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>terminal: handle &amp;confirm and :confirm on unloading (#8726)</title>
<updated>2018-07-12T12:57:20+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2018-07-12T12:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=01570f1ff3c402af9a9a48c2cca2c5a830c08315'/>
<id>01570f1ff3c402af9a9a48c2cca2c5a830c08315</id>
<content type='text'>
Show a proper confirmation dialog when trying to unload a terminal buffer while
the confirm option is set or when :confirm is used.

Fixes https://github.com/neovim/neovim/issues/4651</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show a proper confirmation dialog when trying to unload a terminal buffer while
the confirm option is set or when :confirm is used.

Fixes https://github.com/neovim/neovim/issues/4651</pre>
</div>
</content>
</entry>
<entry>
<title>terminal: flush vterm output buffer on pty output #8486</title>
<updated>2018-06-08T00:18:27+00:00</updated>
<author>
<name>林千里</name>
<email>lincheney@gmail.com</email>
</author>
<published>2018-06-06T04:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=451c48a0926540fe42a307d222c733210551b1d0'/>
<id>451c48a0926540fe42a307d222c733210551b1d0</id>
<content type='text'>
Fixes #4151

libvterm uses an "output buffer" for terminal reporting
(e.g. \e[6n to report cursor position)
Flush it in on_channel_output() not just terminal_send_key()

See also this line from pangoterm:
https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/view/607/pangoterm.c#L2159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4151

libvterm uses an "output buffer" for terminal reporting
(e.g. \e[6n to report cursor position)
Flush it in on_channel_output() not just terminal_send_key()

See also this line from pangoterm:
https://bazaar.launchpad.net/~leonerd/pangoterm/trunk/view/607/pangoterm.c#L2159
</pre>
</div>
</content>
</entry>
<entry>
<title>nvim_list_uis: include channel id</title>
<updated>2018-06-01T08:20:13+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-05-31T08:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5be3865ce73e692056034e320d5fd525b9db22c2'/>
<id>5be3865ce73e692056034e320d5fd525b9db22c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: tui_spec.lua: relax test (#8289)</title>
<updated>2018-04-16T21:35:58+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-04-16T21:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=48967695c441d13bc9faa8aae4bed8d6fb5bdc14'/>
<id>48967695c441d13bc9faa8aae4bed8d6fb5bdc14</id>
<content type='text'>
Sometimes an extra FocusGained/FocusLost event might trigger. This
doesn't matter, we just want to test that the events were received in
cmdline-mode.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes an extra FocusGained/FocusLost event might trigger. This
doesn't matter, we just want to test that the events were received in
cmdline-mode.</pre>
</div>
</content>
</entry>
<entry>
<title>terminal: resize to the max dimensions (#8249)</title>
<updated>2018-04-16T20:25:23+00:00</updated>
<author>
<name>Andrew Pyatkov</name>
<email>mrbiggfoot@users.noreply.github.com</email>
</author>
<published>2018-04-16T20:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=84359a467f2146ca245527af7bfaa0efd2d518b3'/>
<id>84359a467f2146ca245527af7bfaa0efd2d518b3</id>
<content type='text'>
closes #8096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #8096
</pre>
</div>
</content>
</entry>
<entry>
<title>insert-mode: interpret unmapped META as ESC</title>
<updated>2018-04-04T01:23:15+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-04-03T23:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=224ebc0078f29ac3189d7fbd9a59b386ae2ee303'/>
<id>224ebc0078f29ac3189d7fbd9a59b386ae2ee303</id>
<content type='text'>
closes #2454
closes #8213
ref #7972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #2454
closes #8213
ref #7972
</pre>
</div>
</content>
</entry>
<entry>
<title>win: defaults: 'shellcmdflag', 'shellxquote' #7343</title>
<updated>2018-03-24T21:05:53+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2017-10-01T01:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=131aad953c007d382cbff1d2560471b29975da87'/>
<id>131aad953c007d382cbff1d2560471b29975da87</id>
<content type='text'>
closes #7698

Wrapping a command in double-quotes allows cmd.exe to safely dequote the
entire command as if the user entered the entire command in an
interactive prompt. This reduces the need to escape nested and uneven
double quotes.

The `/s` flag of cmd.exe makes the behaviour more reliable:

    :set shellcmdflag=/s\ /c

Before this patch, cmd.exe cannot use cygwin echo.exe (as opposed to
cmd.exe `echo` builtin) even if it is wrapped in double quotes.

Example:
:: internal echo
&gt; cmd /s /c " echo foo\:bar" "
foo\:bar"

:: cygwin echo.exe
&gt; cmd /s /c " "echo" foo\:bar" "
foo:bar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7698

Wrapping a command in double-quotes allows cmd.exe to safely dequote the
entire command as if the user entered the entire command in an
interactive prompt. This reduces the need to escape nested and uneven
double quotes.

The `/s` flag of cmd.exe makes the behaviour more reliable:

    :set shellcmdflag=/s\ /c

Before this patch, cmd.exe cannot use cygwin echo.exe (as opposed to
cmd.exe `echo` builtin) even if it is wrapped in double quotes.

Example:
:: internal echo
&gt; cmd /s /c " echo foo\:bar" "
foo\:bar"

:: cygwin echo.exe
&gt; cmd /s /c " "echo" foo\:bar" "
foo:bar
</pre>
</div>
</content>
</entry>
<entry>
<title>'fillchars': fix defaults logic; handle ambiwidth=double #7986</title>
<updated>2018-02-22T23:48:35+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>mattator@gmail.com</email>
</author>
<published>2018-02-08T23:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=384a39479a0b70abf9cd6ced0b5f1d53cd817c11'/>
<id>384a39479a0b70abf9cd6ced0b5f1d53cd817c11</id>
<content type='text'>
Update tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>ui/tui: highlighting refactor</title>
<updated>2018-02-11T09:29:32+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-02-06T18:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5d8da126d0b5ab7f550a74264ba434a2ad04280e'/>
<id>5d8da126d0b5ab7f550a74264ba434a2ad04280e</id>
<content type='text'>
Make HlAttr contain highlighting state for both color modes (cterm and rgb).
This allows us to implement termguicolors completely in the TUI.

Simplify some logic duplicated between ui.c and screen.c. Also avoid
some superfluous highlighting reset events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make HlAttr contain highlighting state for both color modes (cterm and rgb).
This allows us to implement termguicolors completely in the TUI.

Simplify some logic duplicated between ui.c and screen.c. Also avoid
some superfluous highlighting reset events.
</pre>
</div>
</content>
</entry>
<entry>
<title>:terminal Enter/Leave should not increment jumplist</title>
<updated>2018-02-06T23:01:58+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-02-05T22:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d73dd1588ce6be4aa90b83fdcf4efc31ef743aec'/>
<id>d73dd1588ce6be4aa90b83fdcf4efc31ef743aec</id>
<content type='text'>
The old behavior is probably not justified, for the usual reason:
terminal buffers may have interactive processes, so cursor placement is
arbitrary, therefore tracking it in the jumplist is useless (or worse).

N.B.: per the docstring for `checkpcmark()` it looks like we were
calling `checkpcmark()` and `setpcmark()` in the wrong order.

closes #3723
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old behavior is probably not justified, for the usual reason:
terminal buffers may have interactive processes, so cursor placement is
arbitrary, therefore tracking it in the jumplist is useless (or worse).

N.B.: per the docstring for `checkpcmark()` it looks like we were
calling `checkpcmark()` and `setpcmark()` in the wrong order.

closes #3723
</pre>
</div>
</content>
</entry>
</feed>
