aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* chore: fix typos (#17670)dundargoc2022-03-17
* fix(channel): fix channel consistencyerw72022-03-12
* feat(term): use vterm_output_set_callback()Andreas Schneider2022-02-08
* fix(input): put modifiers back into typeahead buffer when neededzeertzjq2022-01-23
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* fix(terminal): correctly forward mouse eventszeertzjq2021-12-27
* Merge pull request #16596 from dm1try/do_not_leave_terminal_mode_after_mouse_...Björn Linse2021-12-26
|\
| * fix(terminal): ignore left-release mouse actiondm1try2021-12-10
* | fix(terminal): fix resize crash with pending scrollback (#14891)Sean Dewar2021-12-15
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* | Merge pull request #16414 from zeertzjq/terminal-no-invalid-rowsJames McCoy2021-12-09
|\ \ | |/ |/|
| * fix(terminal): return early if there are no invalid rowszeertzjq2021-12-08
* | fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq2021-12-08
|/
* vim-patch:8.2.3609: internal error when ModeChanged is triggered recursivelyMagnus Groß2021-11-18
* feat: trigger ModeChanged for terminal modesMagnus Groß2021-11-18
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* fix(terminal): free terminal if close_buffer() closes a closed terminal (#16264)zeertzjq2021-11-10
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: remove redundant castsDundar Göc2021-10-07
* fix: set cursorlineopt=number in terminal mode (#15493)Yorick Peterse2021-10-06
* refactor: format with uncrustify #15842dundargoc2021-10-02
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* feat(terminal): TermClose: set exit code in v:event.status #15406Gregory Anders2021-08-20
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06
* Merge pull request #14027 from dylanarmstrong/fix/13955-empty-paste-in-term-s...Björn Linse2021-04-02
|\
| * chore: move check for paste sizeDylan Armstrong2021-04-02
* | api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
* | state: throttle batched event processing when input is availableBjörn Linse2021-03-08
|/
* Add termpastefilter optionerw72021-02-04
* Change to filter control characters when pasting a terminal windowerw72021-02-04
* Add support for bracketed paste mode in terminal windowserw72021-02-04
* api: add API for themesBjörn Linse2020-11-01
* terminal: fix terminal attribute overflowerw72020-07-29
* terminal: preserve mode when using <Cmd>wincmd in terminal mode (#12254)Ghjuvan Lacambre2020-06-22
* terminal: disable 'scrolloff' (fixes flicker)Justin M. Keyes2020-05-04
* Merge #12155 ':ls filter by terminal, lastused'Justin M. Keyes2020-04-26
|\
| * vim-patch:8.0.1651: cannot filter :ls output for terminal buffersRob Pilling2020-04-19
* | terminal: Fix mouse coordinates issue (#12158)erw72020-04-21
|/
* terminal: preserve support for g:terminal_color_X = "#1234ab"Björn Linse2019-11-02
* terminal: enable pass through indexed colors to TUIBjörn Linse2019-11-02
* Remove "highbright bold" conversion. Fixes #11190Björn Linse2019-10-10
* autocmds: TermEnter, TermLeave #8550Usama Hameed2019-09-14
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* terminal: fix rgb rendering of palette colorsBjörn Linse2019-09-10
* lint / test groupingDaniel Hahler2019-09-10
* Changes for new VTermColor structPaul "LeoNerd" Evans2019-09-10
* paste: WIP #4448Justin M. Keyes2019-08-27
* ui: transmit "blend=" property of highlight attributesBjörn Linse2019-08-18