aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* 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
* event: Refactor async event processingThiago de Arruda2015-08-13
* loop: Simplify loop.c and move some code to input.cThiago de Arruda2015-08-13
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* rbuffer: Reimplement as a ring buffer and decouple from rstreamThiago de Arruda2015-07-01
* input: rename input_{start,stop}_stdin()Justin M. Keyes2015-05-27
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* input: set input stream to blocking on exitJustin M. Keyes2015-05-27
* Rename var eof as input_eof #2728Rui Abreu Ferreira2015-05-24
* os/input.c: Eliminate conversion warning from gcc 5 #2617Björn Linse2015-05-09
* eval: Fix `jobwait()`Thiago de Arruda2015-04-11
* main: Simplify code that deals with early user inputThiago de Arruda2015-03-18
* input: Escape utf8 sequences that contain CSI/K_SPECIALThiago de Arruda2015-02-18
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* input: Remove input_buffer_{save,restore}Thiago de Arruda2015-02-16