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: 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
*
fix(terminal): do not trim whitespace that is actually in the terminal (#16423)
zeertzjq
2022-05-17
*
fix(terminal): invalid pointer comparison #18453
Clément Bœsch
2022-05-12
*
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
zeertzjq
2022-05-12
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009
Justin M. Keyes
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.2.0839: dropping modifier when putting a character back in typeahead
zeertzjq
2022-04-29
*
fix(events): make v:event readonly in more events (#18070)
zeertzjq
2022-04-11
*
feat(keymap): add F38-F63 keys (#17893)
zeertzjq
2022-04-11
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
fix(channel): fix channel consistency
erw7
2022-03-12
*
feat(term): use vterm_output_set_callback()
Andreas Schneider
2022-02-08
*
fix(input): put modifiers back into typeahead buffer when needed
zeertzjq
2022-01-23
*
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
fix(terminal): correctly forward mouse events
zeertzjq
2021-12-27
*
Merge pull request #16596 from dm1try/do_not_leave_terminal_mode_after_mouse_...
Björn Linse
2021-12-26
|
\
|
*
fix(terminal): ignore left-release mouse action
dm1try
2021-12-10
*
|
fix(terminal): fix resize crash with pending scrollback (#14891)
Sean Dewar
2021-12-15
*
|
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
|
Merge pull request #16414 from zeertzjq/terminal-no-invalid-rows
James McCoy
2021-12-09
|
\
\
|
|
/
|
/
|
|
*
fix(terminal): return early if there are no invalid rows
zeertzjq
2021-12-08
*
|
fix(terminal): use coladvance() to calculate buffer cursor position
zeertzjq
2021-12-08
|
/
*
vim-patch:8.2.3609: internal error when ModeChanged is triggered recursively
Magnus Groß
2021-11-18
*
feat: trigger ModeChanged for terminal modes
Magnus Groß
2021-11-18
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
fix(terminal): free terminal if close_buffer() closes a closed terminal (#16264)
zeertzjq
2021-11-10
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
fix: set cursorlineopt=number in terminal mode (#15493)
Yorick Peterse
2021-10-06
*
refactor: format with uncrustify #15842
dundargoc
2021-10-02
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
feat(terminal): TermClose: set exit code in v:event.status #15406
Gregory Anders
2021-08-20
*
vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal
Jan Edmund Lazo
2021-05-06
*
Merge pull request #14027 from dylanarmstrong/fix/13955-empty-paste-in-term-s...
Björn Linse
2021-04-02
|
\
|
*
chore: move check for paste size
Dylan Armstrong
2021-04-02
*
|
api: allow open non-current buffer as terminal (+ xmas bonus)
Björn Linse
2021-03-12
*
|
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
|
/
*
Add termpastefilter option
erw7
2021-02-04
[next]