]> granicus.if.org Git - vim/commit
patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponse v8.1.1471
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Jun 2019 20:57:04 +0000 (22:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Jun 2019 20:57:04 +0000 (22:57 +0200)
commit32e1977012912cd5d7bc762dd41197bc3f1a1370
treea35b2edb3e292e982a28bc5dea5952128fd4dcfa
parent6d718c4c38a98e840f9a3330d5bf63949cea36b5
patch 8.1.1471: 'background' not correctly set for 2-digit rgb termresponse

Problem:    'background' not correctly set for 2-digit rgb termresponse.
Solution:   Adjust what digit to use. (closes #4495)
src/term.c
src/testdir/test_termcodes.vim
src/version.c