]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0787: cursor position changed when using hidden terminal v9.1.0787
authorChristian Brabandt <cb@256bit.org>
Tue, 15 Oct 2024 18:31:14 +0000 (20:31 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 15 Oct 2024 18:38:57 +0000 (20:38 +0200)
commit991657e87db9a6212e14b10594ca0a008d1ccd1c
tree6b5044dc8ff6fb779aa818b4f99f5df29358ae02
parent6a1deaf5adf4dddea0d27a7f18792ae8d870805e
patch 9.1.0787: cursor position changed when using hidden terminal

Problem:  cursor position changed when using hidden terminal
          and BufFilePost autocommand (Mizuno Jan Yuta)
Solution: Save and restore cursor position

fixes: #15854
closes: #15876

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/terminal.c
src/testdir/test_terminal3.vim
src/version.c