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
/
nvim
/
os
/
input.c
Commit message (
Expand
)
Author
Age
*
tui: check stty/termios for kbs
Justin M. Keyes
2016-12-23
*
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
2016-10-02
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
stream: set data together with callback
Björn Linse
2016-08-20
*
lint
sach1t
2016-08-07
*
input.c: restore double click
sach1t
2016-08-07
*
*: Rename main loop variable from loop to main_loop
ZyX
2016-05-30
*
*: Fix new linter errors
ZyX
2016-05-01
*
keymap: Make replace_termcodes and friends accept length and cpo_flags
ZyX
2016-04-18
*
vim-patch:7.4.936 #4271
watiko
2016-02-22
*
vim-patch:7.4.569/573
Shougo Matsushita
2016-01-13
*
os/input.c: Fix assertion in `create_cursorhold_event`
Thiago de Arruda
2015-10-29
*
main: Refactor normal_enter to call `os_inchar` directly
Thiago de Arruda
2015-10-26
*
input: Remove CURSORHOLD key
Thiago de Arruda
2015-10-26
*
os/input: Don't advance past incomplete sequences in input_enqueue
Thiago de Arruda
2015-10-01
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
2015-08-13
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
input: rename input_{start,stop}_stdin()
Justin M. Keyes
2015-05-27
*
input: stream_set_blocking(): libuv impl
Justin M. Keyes
2015-05-27
*
input: set input stream to blocking on exit
Justin M. Keyes
2015-05-27
*
Rename var eof as input_eof #2728
Rui Abreu Ferreira
2015-05-24
*
os/input.c: Eliminate conversion warning from gcc 5 #2617
Björn Linse
2015-05-09
*
eval: Fix `jobwait()`
Thiago de Arruda
2015-04-11
*
main: Simplify code that deals with early user input
Thiago de Arruda
2015-03-18
*
input: Escape utf8 sequences that contain CSI/K_SPECIAL
Thiago de Arruda
2015-02-18
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
input: Remove input_buffer_{save,restore}
Thiago de Arruda
2015-02-16
*
input: Fix handle_mouse_event function
Thiago de Arruda
2015-02-16
*
input: Prefer keycodes in input_enqueue key translation
Thiago de Arruda
2015-02-16
*
input: Fix check for mouse coordinates
Thiago de Arruda
2015-01-15
*
input: Read row/col position when processing mouse wheel
Thiago de Arruda
2015-01-14
*
input: Ignore invalid "<" key sequences
Thiago de Arruda
2015-01-13
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
input: Ignore invalid "<" key sequences
Thiago de Arruda
2015-01-12
*
Remove long_u: term: Enable -Wconversion.
Eliseo Martínez
2015-01-10
*
input: Recognize mouse events for abstract_ui
Thiago de Arruda
2014-12-10
*
ui: Add abstract_ui termcap and split UI layer
Thiago de Arruda
2014-12-08
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
input: Refactor to ensure user input has higher priority
Thiago de Arruda
2014-11-21
*
event: Ensure the event loop has been cleaned up in event_teardown
Thiago de Arruda
2014-11-02
*
api: Add vim_input function and mark vim_feedkeys as deferred
Thiago de Arruda
2014-10-29
*
input: Fix sizes of input/read buffers
Thiago de Arruda
2014-10-29
*
input/job: process ctrl+c and do conversion in the read callback
Thiago de Arruda
2014-10-29
*
input: Fix conversion error in `convert_input()`
Thiago de Arruda
2014-10-28
*
input: Fix ctrl+c handling in convert_input
Thiago de Arruda
2014-10-22
[next]