aboutsummaryrefslogtreecommitdiff
path: root/src/os/input.c
Commit message (Expand)AuthorAge
* Replace explicit uv_guest_handle(fd) == UV_TTY by os_isattyPavel Platto2014-04-20
* Added os_isattyPavel Platto2014-04-20
* Create EventType for RStream readingThiago de Arruda2014-04-18
* Handle special KE_EVENT case where maxlen < 3Thiago de Arruda2014-04-16
* Refactor input module to use RStream classThiago de Arruda2014-04-16
* Bring neovim up to date with recent libuv changesWill Tange2014-04-14
* Define special key for asynchronous eventsThiago de Arruda2014-04-08
* Fix/add more files with to clint-files.txtThiago de Arruda2014-04-08
* Move signal handling to libuv event loopThiago de Arruda2014-04-01
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Make `EventType` enum private to input.cThiago de Arruda2014-03-27
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26