aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* fix(terminal): block input when there is pending TermRequest (#27589)zeertzjq2024-02-24
* refactor(terminal): rename confusing variable name "rv" (#27573)zeertzjq2024-02-22
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* fix(events): check for WinResized/WinScrolled in terminal mode (#27226)zeertzjq2024-01-27
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(terminal): use terminal buffer for TermRequest autocommand (#26974)Gregory Anders2024-01-09
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)zeertzjq2024-01-05
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq2023-12-04
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* PVS fixesdundargoc2023-11-10
* fix(terminal): keep focus when scrolling number column of another window (#25...zeertzjq2023-10-31
* fix(terminal): don't lose focus on <MouseMove> (#25845)zeertzjq2023-10-31
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* fix(terminal): handle horizontal scrolling in another window (#24828)zeertzjq2023-08-21
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04
* fix(terminal): include modifiers when forwarding mouse (#24549)zeertzjq2023-08-04
* fix(terminal): call validate_cursor() before screen update (#24425)fredizzimo2023-07-23
* fix(terminal): send Shift-Home Shift-End Ctrl-Home Ctrl-End (#24418)zeertzjq2023-07-22
* fix(terminal): don't send unknown special keys to terminal (#24378)zeertzjq2023-07-17
* refactor: remove longdundargoc2023-07-03
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* feat(term): enable reflow by default (#21124)Christian Clason2023-05-24
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove use of reserved c++ keywordsii142023-04-06
* fix: pasting in terminal buffer on windows #22566Enan Ajmain2023-03-19
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415)zeertzjq2022-12-14