Patch 7.4.1942
Problem: Background is not drawn properly when 'termguicolors' is set.
Solution: Check cterm_normal_bg_color. (Jacob Niehus, closes #805)
Files: src/screen.c
*** ../vim-7.4.1941/src/screen.c 2016-06-12 21:18:38.207260690 +0200
--- src/screen.c 2016-06-17 12:52:34.976331158 +0200
***************
*** 8967,8975 ****
|| gui.in_use
#endif
#ifdef FEAT_TERMGUICOLORS
! || (p_tgc && cterm_normal_bg_gui_color != (long_u)INVALCOLOR)
#endif
! || cterm_normal_bg_color == 0 || *T_UT != NUL));
}
/*
--- 8967,8978 ----
|| gui.in_use
#endif
#ifdef FEAT_TERMGUICOLORS
! || (p_tgc && cterm_normal_bg_gui_color == (long_u)INVALCOLOR)
! || (!p_tgc && cterm_normal_bg_color == 0)
! #else
! || cterm_normal_bg_color == 0
#endif
! || *T_UT != NUL));
}
/*
*** ../vim-7.4.1941/src/version.c 2016-06-15 22:41:27.464826483 +0200
--- src/version.c 2016-06-17 13:18:38.095500293 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1942,
/**/
--
hundred-and-one symptoms of being an internet addict:
101. U can read htis w/o ny porblm and cant figur eout Y its evn listd.
/// 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.