aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/input.c
Commit message (Expand)AuthorAge
* 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
* feat(ui_client): implement async paste handlingbfredl2022-03-17
* feat(ui_client): pass user input to remote serverhlpr982022-03-17
* chore: fix typos (#17670)dundargoc2022-03-17
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* chore: fix typos (#17250)dundargoc2022-02-08
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* fix(tui): end streamed paste correctly when key buffer is emptyzeertzjq2021-12-10
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format tui/input.c with uncrustify (#15661)dundargoc2021-09-14
* tui: fix possibility of evaluating uninitialized variables (#13987)erw72021-02-22
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* test,unit: Change test according to change of bg color response processingerw72020-11-20
* TUI: fix processing of bg color responseerw72020-11-20
* TUI: fix bracket paste getting stuckerw72020-11-20
* tui/input: Add S- modifier for chords with capital ASCIIJames McCoy2020-11-16