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: 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
*
vim-patch:9.0.0965: using one window for executing autocommands is insufficient
zeertzjq
2022-11-29
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:9.0.0756 #20680
Shougo
2022-11-06
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
docs: various #12823
Justin M. Keyes
2022-10-09
*
refactor(redraw): no type argument in update_screen()
bfredl
2022-10-05
*
build(deps): require libvterm version 0.3
Andreas Schneider
2022-09-28
*
feat(terminal): recognize underdouble and undercurl
Andrey Bushev
2022-09-26
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
feat(term): add support for libvterm >= 0.2
Andreas Schneider
2022-09-06
*
refactor(term): use const for title and add len to buf_set_term_title()
Andreas Schneider
2022-09-06
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
vim-patch:9.0.0206: redraw flags are not named specifically (#19913)
zeertzjq
2022-08-23
*
vim-patch:8.1.2045: the option.c file is too big (#19854)
zeertzjq
2022-08-20
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
refactor: replace char_u with char
Dundar Goc
2022-08-12
*
fix(terminal): skip aucmd_win when checking terminal size (#19668)
zeertzjq
2022-08-07
*
feat(terminal): implement <c-\><c-o> for terminal mode
bfredl
2022-08-02
*
fix(terminal): avoid reading over the end of cell.chars (#19580)
zeertzjq
2022-07-30
*
fix(options): properly free string options (#19510)
zeertzjq
2022-07-27
*
refactor: replace char_u
Dundar Goc
2022-07-02
*
perf(highlight): don't allocate duplicates for color names
bfredl
2022-06-21
*
fix(terminal): coverity USE_AFTER_FREE #18978
Justin M. Keyes
2022-06-18
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
fix(terminal): scrollback delete lines immediately #18832
Javier Lopez
2022-06-08
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
[next]