<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/libvterm, branch v8.1.0354</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.1.0173: compiler warning on MS-Windows</title>
<updated>2018-07-09T18:39:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-09T18:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6259e5769dd50d8a3b5b99f553bab34ff5c8a6ce'/>
<id>6259e5769dd50d8a3b5b99f553bab34ff5c8a6ce</id>
<content type='text'>
Problem:    Compiler warning on MS-Windows.
Solution:   Add type cast. (Mike Williams)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning on MS-Windows.
Solution:   Add type cast. (Mike Williams)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1757: unnecessary changes in libvterm</title>
<updated>2018-04-24T16:39:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-24T16:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b691de05f69905fe417f583083d7e3cc16eb865e'/>
<id>b691de05f69905fe417f583083d7e3cc16eb865e</id>
<content type='text'>
Problem:    Unnecessary changes in libvterm.
Solution:   Bring back // comments and trailing comma in enums.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unnecessary changes in libvterm.
Solution:   Bring back // comments and trailing comma in enums.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1675: unused macro argument in libvterm</title>
<updated>2018-04-08T10:17:04+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-08T10:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=820082914122d5bf7b6e89ff30cf364ad40a560f'/>
<id>820082914122d5bf7b6e89ff30cf364ad40a560f</id>
<content type='text'>
Problem:    Unused macro argument in libvterm. (Randall W. Morris)
Solution:   Remove the argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Unused macro argument in libvterm. (Randall W. Morris)
Solution:   Remove the argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1674: libvterm can't handle an OSC string split</title>
<updated>2018-04-07T19:42:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-04-07T19:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=77557a7ae66830cb21c79d3a2b48a93b086599b3'/>
<id>77557a7ae66830cb21c79d3a2b48a93b086599b3</id>
<content type='text'>
Problem:    Libvterm can't handle a long OSC string that is split.
Solution:   When an incomplete OSC string is received copy it to the parser
            buffer. Increase the size of the parser buffer to be able to
            handle longer strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Libvterm can't handle a long OSC string that is split.
Solution:   When an incomplete OSC string is received copy it to the parser
            buffer. Increase the size of the parser buffer to be able to
            handle longer strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1639: libvterm code lags behind master</title>
<updated>2018-03-25T14:20:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-25T14:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=b5b49a3b430ea0aaf8cce6b7bc0e444f0211ddfb'/>
<id>b5b49a3b430ea0aaf8cce6b7bc0e444f0211ddfb</id>
<content type='text'>
Problem:    Libvterm code lags behind master.
Solution:   Sync to head, solve merge problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Libvterm code lags behind master.
Solution:   Sync to head, solve merge problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1627: compiler warning for visibility attribute not supported</title>
<updated>2018-03-22T19:26:50+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-22T19:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7735dafb584c77cf1191eceaa0b4db46266c9cb8'/>
<id>7735dafb584c77cf1191eceaa0b4db46266c9cb8</id>
<content type='text'>
Problem:    Compiler warning for visibility attribute not supported on MinGW
            builds.
Solution:   Don't add the attribute when we don't expect it to work.
            (Christian Brabandt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning for visibility attribute not supported on MinGW
            builds.
Solution:   Don't add the attribute when we don't expect it to work.
            (Christian Brabandt)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1598: cannot select text in a terminal with the mouse</title>
<updated>2018-03-11T18:30:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-03-11T18:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c48369c3fc507f398abbc933a60f653c6abe6701'/>
<id>c48369c3fc507f398abbc933a60f653c6abe6701</id>
<content type='text'>
Problem:    Cannot select text in a terminal with the mouse.
Solution:   When a job in a terminal is not consuming mouse events, use them
            for modeless selection.  Also stop Insert mode when clicking in a
            terminal window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot select text in a terminal with the mouse.
Solution:   When a job in a terminal is not consuming mouse events, use them
            for modeless selection.  Also stop Insert mode when clicking in a
            terminal window.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1550: various small problems in source files</title>
<updated>2018-02-27T16:27:13+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-27T16:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=792f0e36593d1ec13ccb8a622ca5542c500577b4'/>
<id>792f0e36593d1ec13ccb8a622ca5542c500577b4</id>
<content type='text'>
Problem:    Various small problems in source files.
Solution:   Fix the problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various small problems in source files.
Solution:   Fix the problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1533: libterm doesn't support requesting fg and bg color</title>
<updated>2018-02-24T13:03:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-24T13:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=674e482d1346aa1afddab62675f3a7d7a00a4894'/>
<id>674e482d1346aa1afddab62675f3a7d7a00a4894</id>
<content type='text'>
Problem:    Libterm doesn't support requesting fg and bg color.
Solution:   Implement t_RF and t_RB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Libterm doesn't support requesting fg and bg color.
Solution:   Implement t_RF and t_RB.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1467: libvterm doesn't handle illegal byte sequence correctly</title>
<updated>2018-02-04T13:49:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-02-04T13:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=fef4ddd5eb8816a6607a624aa401bcfa71a63def'/>
<id>fef4ddd5eb8816a6607a624aa401bcfa71a63def</id>
<content type='text'>
Problem:    Libvterm doesn't handle illegal byte sequence correctly.
Solution:   After the invalid code check if there is space to store another
            character.  Allocate one more character. (zhykzhykzhyk, closes
            #2614, closes #2613)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Libvterm doesn't handle illegal byte sequence correctly.
Solution:   After the invalid code check if there is space to store another
            character.  Allocate one more character. (zhykzhykzhyk, closes
            #2614, closes #2613)
</pre>
</div>
</content>
</entry>
</feed>
