aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* fix(input): do not translate scroll keys into multiclickszeertzjq2022-04-02
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* fix(input): never escape CSI byteszeertzjq2022-01-21
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* input: consider "-- more --" state to be blocking, fixes #11899Björn Linse2021-01-04
* [squash] fix comment [skip ci]erw72020-05-26
* input: fix stack overflowerw72020-05-25
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* paste: WIP #4448Justin M. Keyes2019-08-27
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* TUI: set os/input.c:global_fd to input->in_fd #10174erw72019-06-10
* floats: implement floating windowsBjörn Linse2019-03-02
* ui: multigrid mouse supportBjörn Linse2019-01-20
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* cleanup, test interactive -EJustin M. Keyes2018-06-04
* win/startup: remove --literalJustin M. Keyes2018-06-04
* startup: allow explicit "-" file arg with --headlessJustin M. Keyes2018-06-04
* startup: fix -es/-Es so they are actually silentJustin M. Keyes2018-06-04
* lintJustin M. Keyes2018-06-04
* os/input.c: parse keycodes in non-string context #7411lePerdu2018-01-18
* input: only change mode of input fd if there is an input fdBjörn Linse2017-11-25
* api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\
| * *: Add comment to all C filesZyX2017-04-19
* | vim-patch:7.4.2209James McCoy2017-04-19
|/
* vim-patch:8.0.0275Justin M. Keyes2017-02-06
* input_enqueue(): Fix length calculation. (#5981)Justin M. Keyes2017-01-20
* tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* stream: set data together with callbackBjörn Linse2016-08-20
* lintsach1t2016-08-07
* input.c: restore double clicksach1t2016-08-07
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* *: Fix new linter errorsZyX2016-05-01
* keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* vim-patch:7.4.936 #4271watiko2016-02-22
* vim-patch:7.4.569/573Shougo Matsushita2016-01-13
* os/input.c: Fix assertion in `create_cursorhold_event`Thiago de Arruda2015-10-29
* main: Refactor normal_enter to call `os_inchar` directlyThiago de Arruda2015-10-26
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* os/input: Don't advance past incomplete sequences in input_enqueueThiago de Arruda2015-10-01
* rstream: Pass read count to read eventsThiago de Arruda2015-08-13