<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/tui, branch v0.3.7</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>TUI: Konsole DECSCUSR fixup (#9423)</title>
<updated>2019-01-01T16:18:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-31T21:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f3260129ade2a88cfc5a61b115dbc792eec9bc5b'/>
<id>f3260129ade2a88cfc5a61b115dbc792eec9bc5b</id>
<content type='text'>
Apparently Konsole's terminfo is still broken.

ref #9364
closes #9420
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently Konsole's terminfo is still broken.

ref #9364
closes #9420
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #9401 from justinmk/pr-win-erw7</title>
<updated>2018-12-30T22:54:23+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-30T22:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=725da1feeb9a1e2c76533ef2df5e86b1b972c78b'/>
<id>725da1feeb9a1e2c76533ef2df5e86b1b972c78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/TUI: ConEmu: get back_color_erase from terminfo</title>
<updated>2018-12-30T19:21:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-30T19:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5749ecaf228f4a963a4e96ada831f902c73a1e80'/>
<id>5749ecaf228f4a963a4e96ada831f902c73a1e80</id>
<content type='text'>
We already set back_color_erase in our builtin terminfo
(terminfo_defs.h:conemu_terminfo), so we don't need to set it explicitly
in patch_terminfo_bugs().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We already set back_color_erase in our builtin terminfo
(terminfo_defs.h:conemu_terminfo), so we don't need to set it explicitly
in patch_terminfo_bugs().
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Extract os_tty_guess_term()</title>
<updated>2018-12-30T18:57:50+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-30T13:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=31a508cf6c8e66d73a6ce09da60195fc99a45fd6'/>
<id>31a508cf6c8e66d73a6ce09da60195fc99a45fd6</id>
<content type='text'>
- Also remove feature-detection of uv_set_vterm_state(): instead, on
  Windows we always require libuv to have that function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Also remove feature-detection of uv_set_vterm_state(): instead, on
  Windows we always require libuv to have that function.
</pre>
</div>
</content>
</entry>
<entry>
<title>TUI: enter/exit alternate screen with "title stacking" (#9407)</title>
<updated>2018-12-29T02:30:51+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-29T02:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=907ad921bc2fca3781f1b5ba3ea27ebbdcb182c5'/>
<id>907ad921bc2fca3781f1b5ba3ea27ebbdcb182c5</id>
<content type='text'>
Works in iTerm2 and xterm.

- patch_terminfo_bugs(): Add title-stacking sequences (\e[22t and
  \e[23t) to the overrides for iTerm2 and xterm.
- Note: the builtins (terminfo_defs.h) for `iterm_256colour_terminfo`
  and `xterm_256colour_terminfo` already include the sequences.

Test case (title should be "foo" after the final :q):

   TERM=iterm2 nvim -u NONE +'set title titleold=foo'
   :q
   TERM=iterm2 nvim -u NONE +'set title titlestring=zub'
   :q

closes #4063</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Works in iTerm2 and xterm.

- patch_terminfo_bugs(): Add title-stacking sequences (\e[22t and
  \e[23t) to the overrides for iTerm2 and xterm.
- Note: the builtins (terminfo_defs.h) for `iterm_256colour_terminfo`
  and `xterm_256colour_terminfo` already include the sequences.

Test case (title should be "foo" after the final :q):

   TERM=iterm2 nvim -u NONE +'set title titleold=foo'
   :q
   TERM=iterm2 nvim -u NONE +'set title titlestring=zub'
   :q

closes #4063</pre>
</div>
</content>
</entry>
<entry>
<title>update_terminfo.sh: NOLINT data arrays</title>
<updated>2018-12-28T22:52:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-28T14:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dba69a1d3b6f626c7809bb23632d6539e8d0e134'/>
<id>dba69a1d3b6f626c7809bb23632d6539e8d0e134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'upstream/master' into pr-win-erw7</title>
<updated>2018-12-27T21:49:44+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-27T21:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c1015121ec626cab6cb384f544bc0be1a1760c0e'/>
<id>c1015121ec626cab6cb384f544bc0be1a1760c0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/TUI: Fix scroll on Windows legacy console</title>
<updated>2018-12-27T21:45:47+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2018-11-05T10:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4f030ec24e0e148bbb83aedaef7dd629e5fef130'/>
<id>4f030ec24e0e148bbb83aedaef7dd629e5fef130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/TUI: ConEmu: set immediate_wrap_after_last_column #9094</title>
<updated>2018-12-27T21:42:55+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2018-10-21T02:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fad7a26bc52dd4b96dfb063707dbe9ae91fdbf1e'/>
<id>fad7a26bc52dd4b96dfb063707dbe9ae91fdbf1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/TUI: builtin terminfos for cygwin, conemu, et al.</title>
<updated>2018-12-27T21:39:54+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2018-10-24T10:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6c62f7b715e7cc51b534d15a981009c2d6d22a66'/>
<id>6c62f7b715e7cc51b534d15a981009c2d6d22a66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
