]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0965: not restoring cursor shape after it was set in a terminal v8.0.0965
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 17:40:50 +0000 (19:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 17:40:50 +0000 (19:40 +0200)
commit3eee06e7d4c3a8e2dbb2577a1eef0e0f108e0288
treee12dd15999d5dd73645f2276842ff5f09c89a4bf
parent683b7967253ecd44476a5a01d857271c0d3ff4f4
patch 8.0.0965: not restoring cursor shape after it was set in a terminal

Problem:    The cursor shape is not reset after it was changed in a terminal.
Solution:   Request the original cursor shape and restore it.  Add t_RS.
            Do not add t_SH for now, it does not work properly.
src/option.c
src/term.c
src/term.h
src/terminal.c
src/version.c