aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* 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
* input: Don't remove Ctrl+C from the input_bufferThiago de Arruda2014-10-21
* compilation: Add -Wconversion to more files and validate CONV_SOURCESThiago de Arruda2014-10-21
* event: Extract event_poll loops to `event_poll_until` macroThiago de Arruda2014-10-21
* event: Remove automatic event deferallThiago de Arruda2014-10-21
* rstream: Add rbuffer_read_ptr/rbuffer_write_ptr functionsThiago de Arruda2014-10-19
* ui: Refactor input buffer handlingThiago de Arruda2014-10-18
* rstream: Extract some RStream functionality to RBufferThiago de Arruda2014-10-18
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* events: Refactor how event deferral is handledThiago de Arruda2014-07-17
* Use strict function prototypes #945Pavel Platto2014-07-14
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* event: Decouple user input checks from `event_poll`Thiago de Arruda2014-06-24
* events: Refactor how events are queued for processingThiago de Arruda2014-06-18
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15