]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4852: ANSI color index to RGB value not correct v8.2.4852
authorLemonBoy <thatlemon@gmail.com>
Sun, 1 May 2022 16:43:33 +0000 (17:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 May 2022 16:43:33 +0000 (17:43 +0100)
commitd2a46624300c5d02be69d0e4df12296ec9011d9e
treee37f2b41b7a8bc8362f4499a92b38c288e175a93
parentb4011afe53ce2d065e49718b8c5b9974b7022f92
patch 8.2.4852: ANSI color index to RGB value not correct

Problem:    ANSI color index to RGB value not correct.
Solution:   Convert the cterm index to ANSI index. (closes #10321,
            closes #9836))
src/term.c
src/version.c