]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1927: patch 1916 (fixed terminal size) not optimal v9.0.1927
authorChristian Brabandt <cb@256bit.org>
Thu, 21 Sep 2023 14:55:06 +0000 (16:55 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 21 Sep 2023 14:57:42 +0000 (16:57 +0200)
commitceee7a808ce82b0c6bd84e0b6fc1dfb0475c99aa
treec9abd729a9d2e83b78e06499ab611a4a1078f872
parent696270bcae0c14029030f14a3f3ca2763a2b39de
patch 9.0.1927: patch 1916 (fixed terminal size) not optimal

Problem:  patch 1916 (fixed terminal size) not optimal
Solution: Add defines to make it easier changeable later

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/libvterm/include/vterm.h
src/libvterm/src/screen.c
src/terminal.c
src/version.c