forked from aniani/vim
patch 8.0.1783: cannot use 256 colors in a MS-Windows console
Problem: Cannot use 256 colors in a MS-Windows console. Solution: Add 256 color support. (Nobuhiro Takasaki, closes #2821)
This commit is contained in:
@@ -3723,7 +3723,7 @@ vim_beep(
|
||||
/* No restore color information, refresh the screen. */
|
||||
if (has_vtp_working() != 0
|
||||
# ifdef FEAT_TERMGUICOLORS
|
||||
&& p_tgc
|
||||
&& (p_tgc || (!p_tgc && t_colors >= 256))
|
||||
# endif
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user