summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/vterm
AgeCommit message (Expand)AuthorFiles
2026-04-13fix(terminal): do not reflow altscreen on resize #38812phanium1
2026-03-17feat(terminal): synchronized output (mode 2026) #38284mgleonard4253
2026-02-27feat(terminal): support SGR dim, overline attributes #37997Riccardo Mazzarini5
2026-02-06fix(vterm): handle split UTF-8 after ASCII properly (#37721)zeertzjq1
2026-02-05fix(terminal): handle split composing chars at right edge (#37694)zeertzjq1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq1
2026-01-12docs: misc (#37281)zeertzjq1
2025-12-29feat(terminal): include sequence terminator in TermRequest event (#37152)Kyle2
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl16
2025-07-15refactor(vterm): update vterm DA1 responseGregory Anders1
2025-07-09feat(tui): use DA1 response to determine OSC 52 supportGregory Anders1
2025-05-30fix(terminal): stack overflow when too many csi args (#34012)phanium1
2025-05-29fix(terminal): skip setting `string_initial` to false on no-op (#34176)Gabriel Ford1
2025-03-30fix(terminal): emit Termrequest for all OSC sequences #33181phanium1
2025-01-21feat(terminal): forward X1 and X2 mouse eventszeertzjq1
2025-01-16feat(terminal): add support for kitty keyboard protocolGregory Anders3
2025-01-14feat(terminal): support theme update notifications (DEC mode 2031) (#31999)Gregory Anders4
2025-01-13refactor: delete duplicate utf8-functionalitydundargoc1
2025-01-09fix(terminal): don't crash on unprintable charsbfredl1
2025-01-07refactor: adopt vtermdundargoc21