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
*
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
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
feat(nvim_open_term): convert LF => CRLF (#26384)
Raphael
2023-12-14
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor(terminal): only remove const qualifier when necessary (#26386)
zeertzjq
2023-12-04
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
PVS fixes
dundargoc
2023-11-10
*
fix(terminal): keep focus when scrolling number column of another window (#25...
zeertzjq
2023-10-31
*
fix(terminal): don't lose focus on <MouseMove> (#25845)
zeertzjq
2023-10-31
*
fix(terminal): assign channel to terminal earlier (#25771)
zeertzjq
2023-10-25
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor: the long goodbye
dundargoc
2023-10-09
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
fix(terminal): handle horizontal scrolling in another window (#24828)
zeertzjq
2023-08-21
*
fix(terminal): forward horizontal mouse scrolling (#24552)
zeertzjq
2023-08-04
*
fix(terminal): include modifiers when forwarding mouse (#24549)
zeertzjq
2023-08-04
*
fix(terminal): call validate_cursor() before screen update (#24425)
fredizzimo
2023-07-23
*
fix(terminal): send Shift-Home Shift-End Ctrl-Home Ctrl-End (#24418)
zeertzjq
2023-07-22
*
fix(terminal): don't send unknown special keys to terminal (#24378)
zeertzjq
2023-07-17
*
refactor: remove long
dundargoc
2023-07-03
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
feat(term): enable reflow by default (#21124)
Christian Clason
2023-05-24
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
fix(redo): make redo of Lua mappings in op-pending mode work (#23566)
zeertzjq
2023-05-10
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor: remove use of reserved c++ keywords
ii14
2023-04-06
*
fix: pasting in terminal buffer on windows #22566
Enan Ajmain
2023-03-19
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415)
zeertzjq
2022-12-14
[next]