aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* 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