]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0748: running Vim in terminal window doesn't use the right colors v8.0.0748
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 18:33:05 +0000 (20:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jul 2017 18:33:05 +0000 (20:33 +0200)
commitb7a8dfeb49784145fe133496ce38703d236e4fbe
treef977848f29234d713c554fb2a184ee0b91be949d
parente173fd09720a346fbaa340003d31a4329283a805
patch 8.0.0748: running Vim in terminal window doesn't use the right colors

Problem:    When running Vim in a terminal window it does not detect the right
            number of colors available.
Solution:   Detect the version string that libvterm returns.  Pass the number
            of colors in $COLORS.
src/os_unix.c
src/term.c
src/version.c