aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/input_defs.h
Commit message (Collapse)AuthorAge
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
| | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard.
* feat(tui): recognize keypad keys when using kitty keyboard protocolerw72022-07-04