aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/input.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor(tui): use termkey_interpret_modereportGregory Anders2023-11-17
* refactor(tui): refactor Kitty keyboard query implementationGregory Anders2023-11-17
* feat(tui): support DCS responses in TermResponse event (#26061)Gregory Anders2023-11-16
* refactor: iwyu (#26062)zeertzjq2023-11-16
* feat(tui): add 'termsync' option (#25871)Gregory Anders2023-11-14
* refactor: move background color detection into LuaGregory Anders2023-11-13
* build: remove PVSdundargoc2023-11-12
* fix(input): set termkey buffer size to read stream capacityGregory Anders2023-11-07
* feat(tui): use TermResponse event for OSC responses (#25868)Gregory Anders2023-11-06
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* refactor(tui): check for out of bound access after snprintf (#24751)Thomas Vigouroux2023-08-19
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* feat(tui): support Super and Meta modifiers (#24357)zeertzjq2023-07-15
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* docs: fix typos (#22353)zeertzjq2023-02-22
* refactor(tui/input.c): remove unused multithreading code (#22342)zeertzjq2023-02-21
* refactor(main.c): remove unreachable use_builtin_ui conditions (#22338)zeertzjq2023-02-20
* fix(tui): exit on input eofzeertzjq2023-02-14
* refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
* fix(unittests): fix TUI broken test previously ignoredbfredl2023-01-18
* Merge pull request #21831 from bfredl/nofdbfredl2023-01-16
|\
| * fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
* | refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
|/
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* build(deps): require libtermkey version 0.22Andreas Schneider2022-09-28
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* feat(tui): support 'mousemoveevent'zeertzjq2022-09-04
* feat(tui): recognize sidescroll events (#19992)zeertzjq2022-08-30
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* refactor(arena): use a shared block freelistbfredl2022-08-24
* feat(tui): recognize keypad keys when using kitty keyboard protocolerw72022-07-04
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* feat(tui): query terminal for CSI u support (#18181)Gregory Anders2022-04-25
* feat(api): ui options relevant for remote TUIhlpr982022-04-17
* fix(tui)!: remove `ESC NUL` forced escape (#17198)zeertzjq2022-04-11
* refactor(tinput_wait_enqueue): use rbuffer_read() when pasting (#17754)zeertzjq2022-03-19