aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vterm/keyboard.c
Commit message (Collapse)AuthorAge
* feat(terminal): add support for kitty keyboard protocolGregory Anders2025-01-16
| | | | | | This commit adds basic support for the kitty keyboard protocol to Neovim's builtin terminal. For now only the first mode ("Disambiguate escape codes") is supported.
* refactor: adopt vtermdundargoc2025-01-07
We have changed too much to consider it a mere bundled dependency (such as unicode handling in e3bfcf2fd4a4ebf00b104b082cfe83c8144a842d), and can consider it our own at this point.