mirror of
https://github.com/neovim/neovim.git
synced 2026-07-30 12:28:06 +00:00
"smglr" was added for TERM=xterm recently to the terminfo database, which causes display issues with terminals that use `TERM=xterm` by default for themselves, although not supporting it. This patch makes "smglr" to be ignored then. Fixes https://github.com/neovim/neovim/issues/10562