aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
Commit message (Expand)AuthorAge
* refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes2025-03-08
* docs: OSC 133 shell config #32771Justin M. Keyes2025-03-07
* fix(events): always allow some events to be nested (#32706)zeertzjq2025-03-08
* fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders2025-03-07
* fix(terminal): improve cursor refresh handling (#32596)Sean Dewar2025-03-06
* feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* fix(terminal): avoid more `busy_start` lacking `busy_stop` (#32509)Sean Dewar2025-02-19
* fix(terminal): avoid mismatched `busy_start` without `busy_stop` (#32458)Sean Dewar2025-02-15
* feat(term): trigger TermRequest for APC (#32407)Till Bungert2025-02-13
* feat(terminal): forward X1 and X2 mouse eventszeertzjq2025-01-21
* feat(terminal): add support for kitty keyboard protocolGregory Anders2025-01-16
* feat(terminal): support theme update notifications (DEC mode 2031) (#31999)Gregory Anders2025-01-14
* fix(getchar): do not simplify keycodes in terminal modebfredl2025-01-13
* refactor: adopt vtermdundargoc2025-01-07
* feat(terminal): support grapheme clusters, including emojibfredl2025-01-02
* fix(terminal): set cursor cell percentage (#31703)Gregory Anders2024-12-23
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* fix(terminal): restore cursor from 'guicursor' on TermLeave (#31620)Gregory Anders2024-12-18
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(ui): update title in more cases (#31508)zeertzjq2024-12-10
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq2024-11-01
* feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq2024-10-20
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* fix(terminal): interrupt/got_int hangs terminal (#30056)ibhagwan2024-08-20
* fix(terminal): handle C0 characters in OSC terminator (#30090)Gregory Anders2024-08-19
* feat(term): support OSC 8 hyperlinks in :terminal (#30050)Gregory Anders2024-08-15
* feat(term): enable reflow by default (#21124)Christian Clason2024-08-10
* build(deps): vendor libvterm at v0.3.3Christian Clason2024-08-10
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders2024-06-11
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* fix(terminal): fix duplicate recording with mouse click (#28103)zeertzjq2024-03-29
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* fix(terminal): disable reflow againChristian Clason2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* 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