mirror of
https://github.com/neovim/neovim.git
synced 2026-09-14 01:51:10 +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