]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1533: libterm doesn't support requesting fg and bg color v8.0.1533
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Feb 2018 13:03:56 +0000 (14:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Feb 2018 13:03:56 +0000 (14:03 +0100)
commit674e482d1346aa1afddab62675f3a7d7a00a4894
treefda26fab9debb0b107edeba82440d2e7702f9a64
parentcc0f2be88046bd1c07efa444bba6c05efe15ddd5
patch 8.0.1533: libterm doesn't support requesting fg and bg color

Problem:    Libterm doesn't support requesting fg and bg color.
Solution:   Implement t_RF and t_RB.
src/libvterm/src/state.c
src/libvterm/src/vterm.c
src/libvterm/src/vterm_internal.h
src/version.c