]> granicus.if.org Git - vim/commit
patch 8.1.1330: using bold attribute in terminal changes the color v8.1.1330
authorBram Moolenaar <Bram@vim.org>
Mon, 13 May 2019 18:27:23 +0000 (20:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 May 2019 18:27:23 +0000 (20:27 +0200)
commit9e58787de737479fb210a3bfef7458d667406d17
treea3bd7471d22f87f27aa7a000538d631cb8e8afc7
parent957f85d54ebd5a3bd0d930de9603190f0876f977
patch 8.1.1330: using bold attribute in terminal changes the color

Problem:    Using bold attribute in terminal changes the color. (Jason
            Franklin)
Solution:   Don't set the "bold-highbright" flag in vterm unless the terminal
            supports less than 16 colors.
src/terminal.c
src/testdir/dumps/Test_terminal_all_ansi_colors.dump
src/testdir/test_terminal.vim
src/version.c