summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/defs.h
AgeCommit message (Expand)AuthorFiles
2026-03-30revert: "refactor(process): don't read from PTY master using uv_pipe_t" (#37401)zeertzjq1
2026-03-20fix(pty): prevent orphan conhost.exe on Windows 10 #38244tao1
2026-03-06revert: "fix(tui): server --listen error sometimes not visible (#38027)" (#38...zeertzjq1
2026-03-02fix(tui): server --listen error sometimes not visible (#38027)zeertzjq1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-01-15refactor(process): don't read from PTY master using uv_pipe_tzeertzjq1
2024-09-26fix(channel): handle writing to file instead of pipe (#30519)zeertzjq1
2024-09-15refactor: rename "process" => "proc" #30387Justin M. Keyes1
2024-06-08refactor(io): make rstream use a linear bufferbfredl1
2024-05-31refactor(io): separate types for read and write streamsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-12-01refactor(IWYU): fix includes for highlight_group.h (#26340)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2021-10-09refactor: format header files with uncrustify #15877dundargoc1
2018-09-03tui: Hint wrapped lines to terminals.Ricky Zhou1
2018-07-21ui: use line-based rather than char-based updates in screen.cBjörn Linse1
2017-04-28event: Remove "priority" concept.Justin M. Keyes1
2017-04-28input.c: Process only safe events before blocking.Justin M. Keyes1
2016-06-11*: Fix errors from new linter checksZyX1
2015-09-06loop: Improvements for thread-safetyThiago de Arruda1
2015-08-13queue: Implement a more flexible event queueThiago de Arruda1