aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/input.c
Commit message (Expand)AuthorAge
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(tui): use buflen to calculate remaining buffer size (#26942)James McCoy2024-01-07
* refactor(tui): remove code that is no longer necessaryzeertzjq2023-12-31
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* fix(tui): use uv_timer_t instead of TimeWatcher for input (#26435)zeertzjq2023-12-07
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq2023-12-01
* refactor: explicitly abort on OOM condition (#26330)Gregory Anders2023-11-30
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* fix(tui): grow termkey's internal buffer for large escape sequences (#26309)Gregory Anders2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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