summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/tty.lua
AgeCommit message (Collapse)AuthorFiles
2026-03-23refactor: rename termcap.lua -> tty.lua #38437Justin M. Keyes1
Problem: The `termcap.lua` module is too narrowly named. We may need a place for tty-related functionality in the future. https://github.com/neovim/neovim/pull/31399#discussion_r1882598297 Solution: This isn't a public/documented interface, so just rename it.