Files
neovim/runtime/lua/vim
Kyle 84d5c5f4bf feat(tui): $NVIM_TERMDEFS can override builtin terminfo #39555
Problem:
- Windows users can't use terminfo to configure their terminal
  capabilities. #37274
- Terminfo definitions sometimes get out of date or are simply
  inaccurate.
- Eventually, we may want to drop terminfo, relying primarily on
  built-in definitions. Users will still need some flexibility.

Solution:
Support $NVIM_TERMDEFS environment variable, which is JSON data that
defines "terminfo" definitions that override our builtin terminfo.
2026-05-17 13:02:46 -04:00
..
2026-04-30 07:26:40 -04:00
2026-05-10 11:03:15 -04:00
2026-05-17 09:56:37 -04:00
2026-01-09 10:07:15 +01:00
2026-05-11 16:51:58 +08:00
2026-05-10 11:03:15 -04:00
2026-05-14 13:13:30 -04:00