]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1427: rendering artifacts with the tabpanel v9.1.1427
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 3 Jun 2025 18:57:57 +0000 (20:57 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 3 Jun 2025 18:57:57 +0000 (20:57 +0200)
commitb29e37133dbb5beb2031450499be6ec6cf3c660d
tree4d6c041e075961159b860c7592691eece2b44942
parent2090405de5bb66facc29c745596750bdebbd64c2
patch 9.1.1427: rendering artifacts with the tabpanel

Problem:  rendering artifacts with the tabpanel
          (char101)
Solution: prevent double redraw, use Columns instead of frame width
          (Hirohito Higashi)

fixes: #17429
closes: #17435

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