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
*
'inccommand': Introduce CMDPREVIEW state.
Justin M. Keyes
2016-11-15
*
test/terminal: Cover race when :term shell process exits.
Justin M. Keyes
2016-10-12
*
event/multiqueue.c: Rename "queue" to "multiqueue".
Justin M. Keyes
2016-10-02
*
api: make nvim[_obj]_set_var and _del_var not return the old value
Björn Linse
2016-09-15
*
api: unify buffer numbers and window ids with handles
Björn Linse
2016-08-31
*
build: initialize variable (#5194)
Matt Fowles Kulukundis
2016-08-19
*
terminal: Ensure b:term_title always has a value
Josh Triplett
2016-07-12
*
Always resize the embedded vterm properly
Marco Hinz
2016-06-20
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
*: Rename main loop variable from loop to main_loop
ZyX
2016-05-30
*
Merge pull request #4350 from DarkDefender/term_color
Justin M. Keyes
2016-05-06
|
\
|
*
Fix guessing incorrect color index in terminal
Sebastian Parborg
2016-03-01
*
|
api: Replace set_var(name, NIL) with del_var(name)
ZyX
2016-04-18
*
|
terminal.c: temporary fix for incorrect paste handling
Björn Linse
2016-03-31
|
/
*
Merge pull request #4274 from DarkDefender/patch-1
Justin M. Keyes
2016-02-25
|
\
|
*
Fix terminal true color bold colors
Sebastian Parborg
2016-02-23
*
|
Merge pull request #4296 from mhinz/fix-termclose
Justin M. Keyes
2016-02-21
|
\
\
|
*
|
Make TermClose event return the associated buffer
Marco Hinz
2016-02-21
|
|
/
*
/
terminal_open: do not force autocmds
Justin M. Keyes
2016-02-19
|
/
*
terminal: less babysitting of mapped_ctrl_c
Justin M. Keyes
2016-01-13
*
vim-patch:7.4.569/573
Shougo Matsushita
2016-01-13
*
input: Do not set high-bit; preserve ALT modifier.
Justin M. Keyes
2016-01-11
*
Enable focus events in cmdline and terminal modes
Joe Hermaszewski
2015-11-23
*
terminal: Refactor to use `state_enter`
Thiago de Arruda
2015-10-26
*
terminal: Don't store a buf_T reference in the terminal struct
Thiago de Arruda
2015-09-18
*
terminal: Run screen refresh timer in a deferred queue
Thiago de Arruda
2015-09-18
*
term: Do not highlight bold text by default. #3333
Enrico Ghirardi
2015-09-12
*
terminal: Fix use after free
Thiago de Arruda
2015-08-22
*
terminal: Only wipe buffer terminal_close wasn't called
Thiago de Arruda
2015-08-21
*
terminal.c: Events in terminal_enter() should not free the terminal
oni-link
2015-08-21
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
terminal: Ensure terminal buffers are flushed on exit
Thiago de Arruda
2015-08-13
*
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
2015-08-13
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
terminal.c: Fix memory leak #2982
oni-link
2015-07-14
*
doc: Fix some typos and trailing whitespace. #2875
Lucas Hoffmann
2015-06-21
*
terminal : don't set vterm size to 0 (workaround #2732)
Frederik Van Slycken
2015-05-31
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Merge pull request #2404 from Pyrohh/coverity-108870
Michael Reed
2015-04-11
|
\
|
*
coverity/108870: Missing break in switch
Michael Reed
2015-04-10
*
|
Remove all references to JobActivity
Marco Hinz
2015-04-11
|
/
*
coverity/{108271,108272,108273}: add fallthrough annotation #2362
Alexey Shmalko
2015-04-10
*
Add new highlight groups TermCursor/TermCursorNC
Marco Hinz
2015-04-09
*
Merge pull request #2346 from splinterofchaos/fix-terminal
Scott Prager
2015-04-08
|
\
|
*
term: ensure term->buf is valid
Scott Prager
2015-04-07
|
*
term: use window col offset to calculate width
Scott Prager
2015-04-05
|
*
term: after <C-\>, resume normal input loop
Scott Prager
2015-04-05
|
*
terminal: Handle loss of focus in event loop.
Scott Prager
2015-04-05
*
|
Fix warnings: terminal.c: get_config_int(): Dead init: RI.
Eliseo Martínez
2015-04-07
[next]