summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/tui/input.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-22fix(tui): ensure all pending escape sequences are processed before exiting #3...Gregory Anders1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-26feat(tui): update 'background' on theme change events (#31350)Gregory Anders1
2024-09-05refactor: adopt termkey and eliminate duplicate codedundargoc1
2024-06-08refactor(io): make rstream use a linear bufferbfredl1
2024-06-01refactor(tui): use a linear buffer for buffered keysbfredl1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-07fix(tui): use uv_timer_t instead of TimeWatcher for input (#26435)zeertzjq1
2023-12-01refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq1
2023-11-30build: vendor libtermkeydundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-17refactor(tui): refactor Kitty keyboard query implementationGregory Anders1
2023-11-13refactor: move background color detection into LuaGregory Anders1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor: remove longdundargoc1
2023-02-21refactor(tui/input.c): remove unused multithreading code (#22342)zeertzjq1
2023-01-31refactor(tests): run unittests using main nvim binary in interpreter modebfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-28build(deps): require libtermkey version 0.22Andreas Schneider1
2022-07-04feat(tui): recognize keypad keys when using kitty keyboard protocolerw71
2022-04-25feat(tui): query terminal for CSI u support (#18181)Gregory Anders1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2020-11-20test,unit: Change test according to change of bg color response processingerw71
2020-03-21TUI: do not use "nvim_get_option" in tui threaderw71
2019-10-03tui: fix handling of bg response after suspend (#11145)Daniel Hahler1
2019-09-30tui: improve handle_background_color: short-circuit (#11067)Daniel Hahler1
2019-08-27paste: implement redo (AKA dot-repeat)Justin M. Keyes1
2019-08-27paste: phases, dotsJustin M. Keyes1
2019-04-28win: stream_init() issue with tty on Windows #9884erw71
2017-05-03win: Terminal UI #6315Rui Abreu Ferreira1
2016-12-24build: Support old libtermkey.Justin M. Keyes1
2016-12-23tui: check stty/termios for kbsJustin M. Keyes1
2015-10-01tui: Fix queueing of large chunks of inputThiago de Arruda1
2015-09-06tui: Refactor for running in another threadThiago de Arruda1
2015-09-06tui: move term_input.inl into the input.c moduleThiago de Arruda1