aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* 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
* input: Fix handle_mouse_event functionThiago de Arruda2015-02-16
* input: Prefer keycodes in input_enqueue key translationThiago de Arruda2015-02-16
* input: Fix check for mouse coordinatesThiago de Arruda2015-01-15
* input: Read row/col position when processing mouse wheelThiago de Arruda2015-01-14
* input: Ignore invalid "<" key sequencesThiago de Arruda2015-01-13
* Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
* input: Ignore invalid "<" key sequencesThiago de Arruda2015-01-12
* Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* input: Recognize mouse events for abstract_uiThiago de Arruda2014-12-10
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* input: Refactor to ensure user input has higher priorityThiago de Arruda2014-11-21
* event: Ensure the event loop has been cleaned up in event_teardownThiago de Arruda2014-11-02
* api: Add vim_input function and mark vim_feedkeys as deferredThiago de Arruda2014-10-29
* input: Fix sizes of input/read buffersThiago de Arruda2014-10-29
* input/job: process ctrl+c and do conversion in the read callbackThiago de Arruda2014-10-29
* input: Fix conversion error in `convert_input()`Thiago de Arruda2014-10-28
* input: Fix ctrl+c handling in convert_inputThiago de Arruda2014-10-22