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
*
fix(unittests): fix TUI broken test previously ignored
bfredl
2023-01-18
*
Merge pull request #21831 from bfredl/nofd
bfredl
2023-01-16
|
\
|
*
fix(ui): re-organize tty fd handling and fix issues
bfredl
2023-01-16
*
|
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
|
/
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
build(deps): require libtermkey version 0.22
Andreas Schneider
2022-09-28
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
feat(tui): support 'mousemoveevent'
zeertzjq
2022-09-04
*
feat(tui): recognize sidescroll events (#19992)
zeertzjq
2022-08-30
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
feat(tui): recognize keypad keys when using kitty keyboard protocol
erw7
2022-07-04
*
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
feat(tui): query terminal for CSI u support (#18181)
Gregory Anders
2022-04-25
*
feat(api): ui options relevant for remote TUI
hlpr98
2022-04-17
*
fix(tui)!: remove `ESC NUL` forced escape (#17198)
zeertzjq
2022-04-11
*
refactor(tinput_wait_enqueue): use rbuffer_read() when pasting (#17754)
zeertzjq
2022-03-19
*
feat(ui_client): implement async paste handling
bfredl
2022-03-17
*
feat(ui_client): pass user input to remote server
hlpr98
2022-03-17
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
chore: fix typos (#17250)
dundargoc
2022-02-08
*
vim-patch:8.2.4241: some type casts are redundant
Dundar Göc
2022-01-30
*
fix(tui): end streamed paste correctly when key buffer is empty
zeertzjq
2021-12-10
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: format tui/input.c with uncrustify (#15661)
dundargoc
2021-09-14
*
tui: fix possibility of evaluating uninitialized variables (#13987)
erw7
2021-02-22
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
test,unit: Change test according to change of bg color response processing
erw7
2020-11-20
*
TUI: fix processing of bg color response
erw7
2020-11-20
*
TUI: fix bracket paste getting stuck
erw7
2020-11-20
*
tui/input: Add S- modifier for chords with capital ASCII
James McCoy
2020-11-16
*
Understand Escape as another name for Esc
James McCoy
2020-11-16
*
TUI: do not use "nvim_get_option" in tui thread
erw7
2020-03-21
*
Add stdin, stdout replacement functions
erw7
2020-01-17
*
TUI: use stdio names instead of magic numbers #11410
erw7
2019-11-17
*
tui: fix handling of bg response after suspend (#11145)
Daniel Hahler
2019-10-03
*
tui: improve handle_background_color: short-circuit (#11067)
Daniel Hahler
2019-09-30
*
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
[next]