aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
* fix(tui): set stdin as "blocking" on exit (#21973)zeertzjq2023-01-25
* feat(tui): support altfont mode in tui.cPaul "LeoNerd" Evans2023-01-24
* refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer maskPaul "LeoNerd" Evans2023-01-24
* fix(unittests): fix TUI broken test previously ignoredbfredl2023-01-18
* Merge pull request #21831 from bfredl/nofdbfredl2023-01-16
|\
| * fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
* | refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
|/
* fix(tui): do not invoke loop recursively for pad()bfredl2023-01-06
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* fix(tui): make a copy of data->params before unibi_format() (#21643)zeertzjq2023-01-05
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* fix(tui): do not set ui_client_termname if it is already set (#21607)zeertzjq2023-01-01
* Merge pull request #18375 from bfredl/tui_reworkbfredl2022-12-31
|\
| * fix(tui): more work in the TUIbfredl2022-12-31
| * feat(tui): run TUI as external processhlpr982022-12-31
* | refactor(sleep): simplify rube goldberg implementation of :sleepbfredl2022-12-30
|/
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* fix(tui): set cursor color param as string when required #21407Tom Churchman2022-12-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* vim-patch:partial:6ebe4f970b8b (#20860)Christian Clason2022-10-29
* fix(tui): resume main thread if suspending isn't implemented (#20523)zeertzjq2022-10-08
* build(deps): require libtermkey version 0.22Andreas Schneider2022-09-28
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* fix(tui): handle padding requirements for visual bell (#20238)zeertzjq2022-09-20
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* feat(tui): support undercurl when Konsole version >= 221170 (#20219)zeertzjq2022-09-16
* feat(tui): support 'mousemoveevent'zeertzjq2022-09-04
* refactor: replace char_u with charDundar Göc2022-08-31
* feat(tui): recognize sidescroll events (#19992)zeertzjq2022-08-30
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* refactor(arena): use a shared block freelistbfredl2022-08-24
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* feat(tui): allow grid and host to disagree on ambiguous-width chars (#19686)zeertzjq2022-08-09
* fix(tui): add fixups for hterm family #19078Nicolas Hillegeer2022-07-08
* feat(tui): try terminfo for [re]set_cursor_color OSC #19255Wsevolod2022-07-07
* Merge pull request #19180 from zeertzjq/tui-kitty-keypadzeertzjq2022-07-07
|\
| * feat(tui): recognize keypad keys when using kitty keyboard protocolerw72022-07-04
* | fix(tui): resize at startup #17795Javier Lopez2022-07-04
|/
* refactor: remove unnecessary volatile #19210erw72022-07-04
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* fix(terminfo): disable smglr for vtpcon and conemu (#18855)zeertzjq2022-06-05
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(terminfo): bump built-in terminfo entries (#18570)Marco Hinz2022-05-16
* fix(tui): disable extended keys before exiting alternate screen (#18318)zeertzjq2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* feat(tui): query terminal for CSI u support (#18181)Gregory Anders2022-04-25
* Merge pull request #18145 from bfredl/term_optbfredl2022-04-20
|\