]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0918: cannot get terminal window cursor shape or attributes v8.0.0918
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 17:51:41 +0000 (19:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 17:51:41 +0000 (19:51 +0200)
commit3cd43ccccb03b2e68df9c8a344a87e51c007c656
tree51e41f2ba0520be2c6f4b0753538259545feca05
parent589b1109c55409baf27f79920d8ffc95111eaa01
patch 8.0.0918: cannot get terminal window cursor shape or attributes

Problem:    Cannot get terminal window cursor shape or attributes.
Solution:   Support cursor shape, attributes and color.
13 files changed:
runtime/doc/eval.txt
src/feature.h
src/libvterm/include/vterm.h
src/libvterm/src/state.c
src/libvterm/src/vterm.c
src/option.c
src/proto/term.pro
src/proto/ui.pro
src/term.c
src/term.h
src/terminal.c
src/ui.c
src/version.c