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
/
tui
/
input.c
Commit message (
Expand
)
Author
Age
*
tui/input: remove "cancel paste" logic which should be redundant
Björn Linse
2019-08-31
*
events: loop_schedule() is unclear, rename it loop_schedule_fast()
Björn Linse
2019-08-31
*
tui/input: defer nvim_paste properly.
Björn Linse
2019-08-31
*
API: nvim_paste: add `crlf` parameter
Justin M. Keyes
2019-08-30
*
paste: handle vim.paste() failure
Justin M. Keyes
2019-08-27
*
paste: implement redo (AKA dot-repeat)
Justin M. Keyes
2019-08-27
*
API: nvim_paste
Justin M. Keyes
2019-08-27
*
paste: phases, dots
Justin M. Keyes
2019-08-27
*
paste: edge-case: handle EOL at end-of-buffer
Justin M. Keyes
2019-08-27
*
paste: use nvim_put()
Justin M. Keyes
2019-08-27
*
paste: abort paste if handler does not return true
Justin M. Keyes
2019-08-27
*
TUI/paste: always flush on paste mode-change
Justin M. Keyes
2019-08-27
*
TUI/paste: define paste function as Lua builtin
Justin M. Keyes
2019-08-27
*
TUI/paste: push bytes directly (avoid libtermkey)
Justin M. Keyes
2019-08-27
*
TUI/paste: collect data, invoke user callback #4448
ZyX
2019-08-27
*
paste: WIP #4448
Justin M. Keyes
2019-08-27
*
tui: support rgba background detection (#10205)
Harm te Hennepe
2019-06-13
*
TUI: set os/input.c:global_fd to input->in_fd #10174
erw7
2019-06-10
*
Merge #9829 'startup: remove TUI init special-case'
Justin M. Keyes
2019-06-04
|
\
|
*
[skip appveyor] Fix clint issue
erw7
2019-06-04
|
*
tui/input.c: Fix problem when stdin is not TTY
erw7
2019-06-04
|
/
*
win: stream_init() issue with tty on Windows #9884
erw7
2019-04-28
*
tui/input.c: rename functions
Justin M. Keyes
2019-03-25
*
autocmd: rename: "++nested", "++once"
Justin M. Keyes
2019-03-14
*
TUI/background detection: hook into VimEnter event
Justin M. Keyes
2019-03-11
*
TUI: rework background-color detection
Justin M. Keyes
2019-02-22
*
Merge #5027 'TUI: detect background color'
Justin M. Keyes
2019-01-17
|
\
|
*
Automatically detect terminal background and set bg=dark or bg=light
Josh Triplett
2016-07-24
*
|
build: enable -Wshadow
Justin M. Keyes
2019-01-02
*
|
tui/input.c: add support for mouse release events in urxvt (#8309)
symphorien
2018-04-22
*
|
Fix for lint
George Zhao
2018-01-19
*
|
Fix bug, use &loop->uv replace loop.
George Zhao
2018-01-18
*
|
Fix warning about conversion on mingw64
George Zhao
2018-01-18
*
|
Merge #7593 'PVS static analysis fixes'
Justin M. Keyes
2017-11-22
|
\
\
|
*
|
input.c: replace if/else with switch
Peter Kalauskas
2017-11-22
|
/
/
*
|
tui: 'guicursor': use DECSCUSR for xterm-likes (#7576)
Justin M. Keyes
2017-11-17
*
|
eventloop: FocusGained: schedule event instead of pseudokey
Justin M. Keyes
2017-09-05
*
|
win: Terminal UI #6315
Rui Abreu Ferreira
2017-05-03
*
|
event: Remove "priority" concept.
Justin M. Keyes
2017-04-28
*
|
tui/input.c: Use default 'ttimeoutlen' if option get fails.
Justin M. Keyes
2017-04-23
*
|
api_clear_error()
Justin M. Keyes
2017-04-23
*
|
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
*
|
*: Add comment to all C files
ZyX
2017-04-19
*
|
tui: check stty/termios for kbs
Justin M. Keyes
2016-12-23
*
|
tui: "backpressure": Drop messages to avoid flooding.
Justin M. Keyes
2016-12-09
*
|
encoding: cleanup mbyte.c given fixed encoding=utf-8
Björn Linse
2016-11-05
*
|
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
2016-10-02
*
|
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
|
api: consistently use nvim_ prefix and update documentation
Björn Linse
2016-08-31
*
|
stream: set data together with callback
Björn Linse
2016-08-20
|
/
[next]