summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/termcap.lua
AgeCommit message (Expand)AuthorFiles
2026-03-23refactor: rename termcap.lua -> tty.lua #38437Justin M. Keyes1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2025-03-05fix(tui): remove DCS escaping in tmux (#32723)Gregory Anders1
2025-03-05feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders1
2024-10-31fix: another round of type annotation fixesLewis Russell1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-04-30docs: various fixes (#28208)dundargoc1
2024-03-16refactor(lua): type annotationsLewis Russell1
2023-12-14fix(termcap): set 'nested' on TermResponse autocommandGregory Anders1
2023-12-13fix(termcap): only call callback for requested capabilities (#26546)Gregory Anders1
2023-12-06feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders1
2023-11-29fix(termcap): escape escapes in passthrough sequence (#26301)Gregory Anders1
2023-11-28fix(termcap): use tmux passthrough sequence when running in tmux (#26281)Gregory Anders1
2023-11-16feat(clipboard): enable OSC 52 clipboard provider by default (#26064)Gregory Anders1