<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/term.c, 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.0304: no redraw when using a STOP signal on Vim and then CONT</title>
<updated>2018-08-21T11:09:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-21T11:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2e31048c304fb94d6255667783edfe9f4d5894c2'/>
<id>2e31048c304fb94d6255667783edfe9f4d5894c2</id>
<content type='text'>
Problem:    No redraw when using a STOP signal on Vim and then a CONT signal.
Solution:   Catch the CONT signal and set the terminal to raw mode.  This is
            like 8.1.0244 but without the screen redraw and a fix for
            multi-threading suggested by Dominique Pelle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No redraw when using a STOP signal on Vim and then a CONT signal.
Solution:   Catch the CONT signal and set the terminal to raw mode.  This is
            like 8.1.0244 but without the screen redraw and a fix for
            multi-threading suggested by Dominique Pelle.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0302: crash when using :suspend and "fg"</title>
<updated>2018-08-20T19:58:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-20T19:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f1883479be91550bc31dd88f593b3012863a2629'/>
<id>f1883479be91550bc31dd88f593b3012863a2629</id>
<content type='text'>
Problem:    Crash when using :suspend and "fg".
Solution:   Undo patch 8.1.244.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using :suspend and "fg".
Solution:   Undo patch 8.1.244.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0253: saving and restoring window title does not always work</title>
<updated>2018-08-07T20:31:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-07T20:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8'/>
<id>40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8</id>
<content type='text'>
Problem:    Saving and restoring window title does not always work.
Solution:   Use the stack push and pop commands. (Kouichi Iwamoto,
            closes #3059)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Saving and restoring window title does not always work.
Solution:   Use the stack push and pop commands. (Kouichi Iwamoto,
            closes #3059)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONT</title>
<updated>2018-08-07T15:38:41+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-08-07T15:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=917e32bda5a93941fbbccab09ae3960114b67188'/>
<id>917e32bda5a93941fbbccab09ae3960114b67188</id>
<content type='text'>
Problem:    No redraw when using a STOP signal on Vim and then a CONT signal.
Solution:   Catch the CONT signal and force a redraw. (closes #3285)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No redraw when using a STOP signal on Vim and then a CONT signal.
Solution:   Catch the CONT signal and force a redraw. (closes #3285)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0176: overlapping string argument for strcpy()</title>
<updated>2018-07-10T15:33:45+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-10T15:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=18085fae7482906f8e94ecc7386ecf6a02dc407d'/>
<id>18085fae7482906f8e94ecc7386ecf6a02dc407d</id>
<content type='text'>
Problem:    Overlapping string argument for strcpy(). (Coverity)
Solution:   Use STRMOVE() instead of STRCPY(). (Dominique Pelle, closes #3187)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Overlapping string argument for strcpy(). (Coverity)
Solution:   Use STRMOVE() instead of STRCPY(). (Dominique Pelle, closes #3187)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0157: old iTerm2 is not recognized, resulting in stray output</title>
<updated>2018-07-06T21:11:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-06T21:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e330ef42f256e60017e5f8bf4be79a5308fe9e2f'/>
<id>e330ef42f256e60017e5f8bf4be79a5308fe9e2f</id>
<content type='text'>
Problem:    Old iTerm2 is not recognized, resulting in stray output.
Solution:   Recognize the termresponse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Old iTerm2 is not recognized, resulting in stray output.
Solution:   Recognize the termresponse.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0142: xterm and vt320 builtin termcap missing keypad keys</title>
<updated>2018-07-03T15:16:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-07-03T15:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=e6882bdc44efbcea0af647f5759a8f48cf29e27c'/>
<id>e6882bdc44efbcea0af647f5759a8f48cf29e27c</id>
<content type='text'>
Problem:    Xterm and vt320 builtin termcap missing keypad keys.
Solution:   Add the escape sequences. (Kouichi Iwamoto, closes #2973)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Xterm and vt320 builtin termcap missing keypad keys.
Solution:   Add the escape sequences. (Kouichi Iwamoto, closes #2973)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0129: still some xterm-like terminals get a stray "p"</title>
<updated>2018-06-30T15:09:26+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-06-30T15:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=668324ef4fd59980dc57b2eefe57eddc57c7b920'/>
<id>668324ef4fd59980dc57b2eefe57eddc57c7b920</id>
<content type='text'>
Problem:    Still some xterm-like terminals get a stray "p" on startup.
Solution:   Consider all terminals that reply with a version smaller than 95
            as not an xterm. (James McCoy)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Still some xterm-like terminals get a stray "p" on startup.
Solution:   Consider all terminals that reply with a version smaller than 95
            as not an xterm. (James McCoy)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0021: clang warns for undefined behavior</title>
<updated>2018-05-23T18:30:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-23T18:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d315cf551f1d15609c4d7cf724e471de55f5cdac'/>
<id>d315cf551f1d15609c4d7cf724e471de55f5cdac</id>
<content type='text'>
Problem:    Clang warns for undefined behavior.
Solution:   Move #ifdef outside of sprintf() call.(suggestion by Michael
            Jarvis, closes #2956)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Clang warns for undefined behavior.
Solution:   Move #ifdef outside of sprintf() call.(suggestion by Michael
            Jarvis, closes #2956)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.1808: can't build without TGETENT</title>
<updated>2018-05-10T12:40:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2018-05-10T12:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9289df5ca9546bda0e0046a45ceb66c6bb7a838f'/>
<id>9289df5ca9546bda0e0046a45ceb66c6bb7a838f</id>
<content type='text'>
Problem:    Can't build without TGETENT.
Solution:   Add #ifdef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Can't build without TGETENT.
Solution:   Add #ifdef
</pre>
</div>
</content>
</entry>
</feed>
