]> granicus.if.org Git - vim/commit
patch 8.2.0554: the GUI doesn't set t_Co v8.2.0554
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Apr 2020 13:11:06 +0000 (15:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Apr 2020 13:11:06 +0000 (15:11 +0200)
commitacc770a10f65107131473ea2ab4ae5d429dfe172
tree351cb18e093e7291f67781c233b95f508e93ed21
parentcd630becc8849bf4647f04eeb02a4883bf46140e
patch 8.2.0554: the GUI doesn't set t_Co

Problem:    The GUI doesn't set t_Co.
Solution:   In the GUI set t_Co to 256 * 256 * 256. (closes #5903)
src/gui.c
src/proto/term.pro
src/term.c
src/testdir/test_gui.vim
src/version.c