aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/input.h
Commit message (Expand)AuthorAge
* refactor(tui/input.c): remove unused multithreading code (#22342)zeertzjq2023-02-21
* refactor(tests): run unittests using main nvim binary in interpreter modebfredl2023-01-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* build(deps): require libtermkey version 0.22Andreas Schneider2022-09-28
* feat(tui): recognize keypad keys when using kitty keyboard protocolerw72022-07-04
* feat(tui): query terminal for CSI u support (#18181)Gregory Anders2022-04-25
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* test,unit: Change test according to change of bg color response processingerw72020-11-20
* TUI: do not use "nvim_get_option" in tui threaderw72020-03-21
* tui: fix handling of bg response after suspend (#11145)Daniel Hahler2019-10-03
* tui: improve handle_background_color: short-circuit (#11067)Daniel Hahler2019-09-30
* paste: implement redo (AKA dot-repeat)Justin M. Keyes2019-08-27
* paste: phases, dotsJustin M. Keyes2019-08-27
* win: stream_init() issue with tty on Windows #9884erw72019-04-28
* win: Terminal UI #6315Rui Abreu Ferreira2017-05-03
* build: Support old libtermkey.Justin M. Keyes2016-12-24
* tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* tui: Fix queueing of large chunks of inputThiago de Arruda2015-10-01
* tui: Refactor for running in another threadThiago de Arruda2015-09-06
* tui: move term_input.inl into the input.c moduleThiago de Arruda2015-09-06