summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/tui/tui.c
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-03-28refactor: move ugrid.c => tui/ugrid.c #38540Justin M. Keyes1
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 #37075Kyle1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-03fix(tui): use 0x7f as Backspace on Windows with VT input (#37679)zeertzjq1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-21fix(tui): avoid using uv_pipe_t as uv_tty_t (#37479)zeertzjq1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-12-05test: skip noisy "terminal mode unavailable" logs #36794Justin M. Keyes1
2025-11-03fix(tui): wrong default input key encoding (#36440)zeertzjq1
2025-10-31feat(build): HAVE_UNIBILIUMbfredl1
2025-10-30fix(tui): heap-use-after-free when resuming (#36387)zeertzjq1
2025-10-30fix(tui): don't call tinput_init() twice (#36386)zeertzjq1
2025-10-29refactor(termkey): make termkey use internal terminfo properlybfredl1
2025-10-28fix(tui): reset cursor style on exit (#36261)Gregory Anders1
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 terminfobfredl1
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 Anders1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-08fix(tui): do not remove SIGWINCH handler when resize events are enabled (#35221)Gregory Anders1
2025-07-10fix(tui): check for title support correctly (#34866)zeertzjq1
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-10fix(tui): wait for embedded server's exit codezeertzjq1
2025-05-16refactor(tui): don't use pseudo-terminfo for custom modesbfredl1
2025-05-15refactor(tui): remove obsolete can_set_left_right_margin duplicatebfredl1
2025-05-15fix(tui): feature detect vsplit scrolling in xterm-like terminalsbfredl1
2025-05-15fix(tui): clear primary device callback before invoking it (#34032)zeertzjq1
2025-05-14refactor(tui): remove scroll_region_is_full_screen global statebfredl1
2025-04-22fix(tui): ensure all pending escape sequences are processed before exiting #3...Gregory Anders1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-04-02fix(events): crash on SIGTSTP (Ctrl-Z) #33258phanium1
2025-03-26revert: "refactor(tui): disable kitty key event reporting"Christian Clason1
2025-03-16refactor(tui): disable kitty key event reportingGregory Anders1
2025-03-08refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes1
2025-02-03fix(tui): cursor color in suckless terminal #32310uio231
2024-12-31feat(tui): handle kitty key events in libtermkey (#31727)Gregory Anders1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-26feat(tui): update 'background' on theme change events (#31350)Gregory Anders1
2024-11-25fix(tui): also reset cursor color if it was invisible (#31348)Gregory Anders1