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
/
terminal.c
Commit message (
Expand
)
Author
Age
*
refactor(multiqueue): rename multiqueue_new_parent #32767
Justin M. Keyes
2025-03-08
*
docs: OSC 133 shell config #32771
Justin M. Keyes
2025-03-07
*
fix(events): always allow some events to be nested (#32706)
zeertzjq
2025-03-08
*
fix(terminal): avoid rescheduling events onto the same queue (#32755)
Gregory Anders
2025-03-07
*
fix(terminal): improve cursor refresh handling (#32596)
Sean Dewar
2025-03-06
*
feat(terminal)!: include cursor position in TermRequest event data (#31609)
Gregory Anders
2025-03-05
*
fix(terminal): avoid more `busy_start` lacking `busy_stop` (#32509)
Sean Dewar
2025-02-19
*
fix(terminal): avoid mismatched `busy_start` without `busy_stop` (#32458)
Sean Dewar
2025-02-15
*
feat(term): trigger TermRequest for APC (#32407)
Till Bungert
2025-02-13
*
feat(terminal): forward X1 and X2 mouse events
zeertzjq
2025-01-21
*
feat(terminal): add support for kitty keyboard protocol
Gregory Anders
2025-01-16
*
feat(terminal): support theme update notifications (DEC mode 2031) (#31999)
Gregory Anders
2025-01-14
*
fix(getchar): do not simplify keycodes in terminal mode
bfredl
2025-01-13
*
refactor: adopt vterm
dundargoc
2025-01-07
*
feat(terminal): support grapheme clusters, including emoji
bfredl
2025-01-02
*
fix(terminal): set cursor cell percentage (#31703)
Gregory Anders
2024-12-23
*
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
Justin M. Keyes
2024-12-19
*
fix(terminal): restore cursor from 'guicursor' on TermLeave (#31620)
Gregory Anders
2024-12-18
*
feat(terminal)!: cursor shape and blink (#31562)
Gregory Anders
2024-12-17
*
fix(ui): update title in more cases (#31508)
zeertzjq
2024-12-10
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)
zeertzjq
2024-11-01
*
feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)
zeertzjq
2024-10-20
*
fix(paste): improve repeating of pasted text (#30438)
zeertzjq
2024-09-22
*
fix(terminal): interrupt/got_int hangs terminal (#30056)
ibhagwan
2024-08-20
*
fix(terminal): handle C0 characters in OSC terminator (#30090)
Gregory Anders
2024-08-19
*
feat(term): support OSC 8 hyperlinks in :terminal (#30050)
Gregory Anders
2024-08-15
*
feat(term): enable reflow by default (#21124)
Christian Clason
2024-08-10
*
build(deps): vendor libvterm at v0.3.3
Christian Clason
2024-08-10
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor(terminal): move :terminal defaults to _defaults.lua
Gregory Anders
2024-06-12
*
feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...
Gregory Anders
2024-06-11
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
fix(terminal): fix duplicate recording with mouse click (#28103)
zeertzjq
2024-03-29
*
refactor(drawline): integrate terminal hl with eol loop (#27893)
zeertzjq
2024-03-17
*
fix(terminal): disable reflow again
Christian Clason
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
fix(terminal): block input when there is pending TermRequest (#27589)
zeertzjq
2024-02-24
*
refactor(terminal): rename confusing variable name "rv" (#27573)
zeertzjq
2024-02-22
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
fix(events): check for WinResized/WinScrolled in terminal mode (#27226)
zeertzjq
2024-01-27
*
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
fix(terminal): use terminal buffer for TermRequest autocommand (#26974)
Gregory Anders
2024-01-09
*
feat(terminal): trigger TermRequest autocommand events (#22159)
Ghjuvan Lacambre
2024-01-09
*
fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)
zeertzjq
2024-01-05
*
refactor: remove redundant struct names
dundargoc
2024-01-02
[next]