Patch 8.0.1294
Problem: GUI: get stuck when splitting a terminal window.
Solution: Stop blinking when values become zero. (Hirohito Higashi)
Files: src/gui.c
*** ../vim-8.0.1293/src/gui.c 2017-11-11 17:09:03.280621200 +0100
--- src/gui.c 2017-11-12 18:29:56.314878329 +0100
***************
*** 1118,1123 ****
--- 1118,1125 ----
gui_mch_set_blinking(shape->blinkwait,
shape->blinkon,
shape->blinkoff);
+ if (shape->blinkoff == 0 || shape->blinkon == 0 || shape->blinkoff == 0)
+ gui_mch_stop_blink();
#ifdef FEAT_TERMINAL
if (shape_bg != INVALCOLOR)
{
*** ../vim-8.0.1293/src/version.c 2017-11-12 18:00:36.416643524 +0100
--- src/version.c 2017-11-12 18:28:02.552452721 +0100
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1294,
/**/
--
I have read and understood the above. X________________
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.