]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1165: no test for mouse clicks in the terminal tabpage line v8.1.1165
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Apr 2019 12:53:16 +0000 (14:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Apr 2019 12:53:16 +0000 (14:53 +0200)
commitca57ab54d759a3e265b19bbe31b57dfed00bbdd0
tree495206e02dfd06d904d326f7902ca3b5b60eae58
parent700dfaa86a96dc1d6c33b28e79438445e02edecf
patch 8.1.1165: no test for mouse clicks in the terminal tabpage line

Problem:    No test for mouse clicks in the terminal tabpage line.
Solution:   Add a test. (Dominique Pelle, closes #4247).  Also init
            TabPageIdxs[], in case it's used before a redraw.
src/screen.c
src/testdir/test_termcodes.vim
src/version.c