Mercurial > vim
annotate src/if_perl_msvc/stdbool.h @ 12435:40961647f547 v8.0.1097
patch 8.0.1097: background color wrong if job changes background color
commit https://github.com/vim/vim/commit/49a613f84aaa7cccd1d12a2ffc4ebb1956f973aa
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 11 23:05:44 2017 +0200
patch 8.0.1097: background color wrong if job changes background color
Problem: Background color wrong if job changes background color.
Solution: Get the background color from vterm.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 11 Sep 2017 23:15:04 +0200 |
parents | d467ca80d3c1 |
children |
rev | line source |
---|---|
7414
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 /* A stub stdbool.h for VC2012 or earlier. |
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */ |
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 #define bool char |