summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/tui
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-12fix(tui): use erase_chars for short clears #38973Barrett Ruth1
2026-04-06fix(tui): check background color on resume #38726Josh Triplett1
2026-04-01docs: misc (#38578)zeertzjq1
2026-03-30fix(termkey): use terminfo for (shift+)left/right keysTomas Janousek3
2026-03-28refactor: move ugrid.c => tui/ugrid.c #38540Justin M. Keyes3
2026-03-23refactor: rename termcap.lua -> tty.lua #38437Justin M. Keyes1
2026-03-10fix(tui): reset cursor to default style when guicursor is disabled #38219Kyle1
2026-02-27fix(startup): wait for bg detection before user config #37075Kyle2
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini3
2026-02-16fix(coverity/637363): out-of-bounds write #37878Jibril1
2026-02-03fix(tui): use 0x7f as Backspace on Windows with VT input (#37679)zeertzjq2
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-21fix(tui): avoid using uv_pipe_t as uv_tty_t (#37479)zeertzjq1
2026-01-08refactor: fix using `%*s` instead of `%.*s` (#37290)zeertzjq1
2026-01-07docs: misc (#37280)zeertzjq1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes2
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-12-15feat(tui): ghostty builtin terminfo #36963Justin M. Keyes2
2025-12-05test: skip noisy "terminal mode unavailable" logs #36794Justin M. Keyes1
2025-11-30fix(tui): enable vtpcon strikethrough feature #36762Justin M. Keyes1
2025-11-19build: USE_BUNDLED_UNIBILIUM=0 fails #36623Justin M. Keyes1
2025-11-03fix(tui): wrong default input key encoding (#36440)zeertzjq2
2025-10-31feat(build): HAVE_UNIBILIUMbfredl2
2025-10-30fix(tui): heap-use-after-free when resuming (#36387)zeertzjq1
2025-10-30fix(tui): don't call tinput_init() twice (#36386)zeertzjq2
2025-10-29refactor(termkey): make termkey use internal terminfo properlybfredl12
2025-10-28fix(tui): reset cursor style on exit (#36261)Gregory Anders2
2025-10-18fix(tui): use the correct offset for invisible cursor after syncbfredl1
2025-10-18fix(tui): CSI is not ESC (sync mode)bfredl1
2025-10-18perf(tui): faster implementation of terminfobfredl5
2025-10-04fix(tui): handle sequence larger than entire bufferzeertzjq1
2025-09-13fix(tui): don't wait for DA1 response when stdin is closed (#35745)zeertzjq1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2025-08-14fix(tui): do not emit resize screen sequence after host terminal is resized (...Gregory Anders2
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl12
2025-08-08fix(tui): do not remove SIGWINCH handler when resize events are enabled (#35221)Gregory Anders1
2025-07-17Merge pull request #34860 from gpanders/push-lorwmnmtysntGregory Anders1
2025-07-10fix(tui): check for title support correctly (#34866)zeertzjq1
2025-07-09feat(tui): use DA1 response to determine OSC 52 supportGregory Anders1
2025-06-28fix(tui): don't crash when nvim__screenshot() is called with bad path (#34594)Gabriel Ford1
2025-06-23fix(tui): avoid memory leak and compiler warning on Windows (#34225)Axel1
2025-06-22build(msvc): suppress msvc build warning for different enum types (#34591)Gabriel Ford1
2025-06-11feat(tui): support APC queries in TermResponse (#34426)Gregory Anders4
2025-06-10fix(tui): wait for embedded server's exit codezeertzjq1
2025-05-16refactor(tui): don't use pseudo-terminfo for custom modesbfredl2
2025-05-15refactor(tui): remove obsolete can_set_left_right_margin duplicatebfredl1
2025-05-15fix(tui): feature detect vsplit scrolling in xterm-like terminalsbfredl2
2025-05-15fix(tui): clear primary device callback before invoking it (#34032)zeertzjq2
2025-05-14refactor(tui): remove scroll_region_is_full_screen global statebfredl1