]> granicus.if.org Git - vim/commit
patch 9.0.0636: underline color may not work in some terminals v9.0.0636
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Oct 2022 20:22:17 +0000 (21:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Oct 2022 20:22:17 +0000 (21:22 +0100)
commitb393275ae91eb9a8df7a9a611bd75590db9b22db
treebc5d359d3c901aa69e3d9371d23b242948849fcf
parent3292a229402c9892f5ab90645fbfe2b1db342f5b
patch 9.0.0636: underline color may not work in some terminals

Problem:    Underline color does not work in terminals that don't send a
            termresponse.
Solution:   Do output t_8u if it was set explicitly. (closes #11253)
src/term.c
src/version.c