comparison src/version.c @ 12307:50b0b3aaa545 v8.0.1033

patch 8.0.1033: detecting background color does not work in screen commit https://github.com/vim/vim/commit/995e4afcfe60aa3c214ba680e7b027a4e05cf62b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 1 20:24:03 2017 +0200 patch 8.0.1033: detecting background color does not work in screen Problem: Detecting background color does not work in screen, even when it is working like an xterm. Solution: Make "screen.xterm" use termcap entries like an xterm. (Lubomir Rintel, closes #2048) When termresponse version is huge also recognize as not being an xterm.
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2017 20:30:04 +0200
parents d4a3ad146204
children e1f44e4afe67
comparison
equal deleted inserted replaced
12306:1db1b371b9a3 12307:50b0b3aaa545
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1033,
772 /**/ 774 /**/
773 1032, 775 1032,
774 /**/ 776 /**/
775 1031, 777 1031,
776 /**/ 778 /**/