aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* fix(terminal): skip aucmd_win when checking terminal size (#19668)zeertzjq2022-08-07
* feat(terminal): implement <c-\><c-o> for terminal modebfredl2022-08-02
* fix(terminal): avoid reading over the end of cell.chars (#19580)zeertzjq2022-07-30
* fix(options): properly free string options (#19510)zeertzjq2022-07-27
* refactor: replace char_uDundar Goc2022-07-02
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* fix(terminal): scrollback delete lines immediately #18832Javier Lopez2022-06-08
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq2022-05-17
* fix(terminal): invalid pointer comparison #18453Clément Bœsch2022-05-12
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* fix(events): make v:event readonly in more events (#18070)zeertzjq2022-04-11
* feat(keymap): add F38-F63 keys (#17893)zeertzjq2022-04-11
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* 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