index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
input.c
Commit message (
Expand
)
Author
Age
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
Replace explicit uv_guest_handle(fd) == UV_TTY by os_isatty
Pavel Platto
2014-04-20
*
Added os_isatty
Pavel Platto
2014-04-20
*
Create EventType for RStream reading
Thiago de Arruda
2014-04-18
*
Handle special KE_EVENT case where maxlen < 3
Thiago de Arruda
2014-04-16
*
Refactor input module to use RStream class
Thiago de Arruda
2014-04-16
*
Bring neovim up to date with recent libuv changes
Will Tange
2014-04-14
*
Define special key for asynchronous events
Thiago de Arruda
2014-04-08
*
Fix/add more files with to clint-files.txt
Thiago de Arruda
2014-04-08
*
Move signal handling to libuv event loop
Thiago de Arruda
2014-04-01
*
Address clint warnings and other style issues.
Thomas Wienecke
2014-03-27
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
*
Make `EventType` enum private to input.c
Thiago de Arruda
2014-03-27
*
Reimplement input functions on top of libuv
Thiago de Arruda
2014-03-26