]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0161: intro message disappears on startup in some terminals v9.2.0161
authorFoxe Chen <chen.foxe@gmail.com>
Fri, 13 Mar 2026 22:14:36 +0000 (22:14 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 13 Mar 2026 22:14:36 +0000 (22:14 +0000)
commitef3d79ebbe014effa2acd15b26b42086f6c0eebf
treed1003fecd923a70a047767cae53cd79cf750ecc3
parent13b25e2f34dfa32d44c6fa330f39bbe1c2deb273
patch 9.2.0161: intro message disappears on startup in some terminals

Problem:  intro message disappears on startup in some terminals
          (chdiza, after v9.2.0139)
Solution: Only call set_shellsize() in handle_csi() if the reported
          width or height actually differs from the current
          Rows or Columns. (Foxe Chen)

fixes:  #19656
closes: #19660

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/term.c
src/testdir/test_termcodes.vim
src/version.c