]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1062: terminal: E315 when dragging the terminal with the mouse v9.1.1062
authorHirohito Higashi <h.east.727@gmail.com>
Sat, 1 Feb 2025 13:48:35 +0000 (14:48 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Feb 2025 13:48:35 +0000 (14:48 +0100)
commit3219da514c1f90b0883158d044512641407eacd6
tree347fea4d48dc8c430568b9fb01fa01afae24a36b
parent7c930eb61a4204b4bc40a7137f5ace591e87a765
patch 9.1.1062: terminal: E315 when dragging the terminal with the mouse

Problem:  terminal: E315 when dragging the terminal with the mouse
          (user202729)
Solution: call update_topline() and validate_cursor() when clicking
          on the status line with the mouse (Hirohito Higashi)

fixes: #16024
fixes: #16211
closes: #16552

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/mouse.c
src/testdir/test_terminal2.vim
src/version.c