]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1359: libvterm ANSI colors can not always be recognized v8.0.1359
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Nov 2017 21:33:38 +0000 (22:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Nov 2017 21:33:38 +0000 (22:33 +0100)
commit46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2
treeda9e14023d7dd0714922483de9f31d0522c8a017
parent8b9e20afb0da79a21155988a38704b5777cc2efe
patch 8.0.1359: libvterm ANSI colors can not always be recognized

Problem:    Libvterm ANSI colors can not always be recognized from the RGB
            values. The default color is wrong when t_RB is empty.
Solution:   Add the ANSI color index to VTermColor.
src/libvterm/include/vterm.h
src/libvterm/src/pen.c
src/terminal.c
src/version.c