forked from aniani/vim
patch 8.0.1531: cannot use 24 bit colors in MS-Windows console
Problem: Cannot use 24 bit colors in MS-Windows console.
Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki,
fixes #1270, fixes #2060)
This commit is contained in:
@@ -1394,3 +1394,10 @@
|
||||
|| (defined(WIN3264) && defined(FEAT_GUI_W32))
|
||||
# define FEAT_FILTERPIPE
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +vtp: Win32 virtual console.
|
||||
*/
|
||||
#if !defined(FEAT_GUI) && defined(WIN3264)
|
||||
# define FEAT_VTP
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user