aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
* 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
|\
| * feat(api): ui options relevant for remote TUIhlpr982022-04-17
* | fix(tui): update modifyOtherKeys reporting (#18158)Gregory Anders2022-04-18
|/
* fix(tui)!: remove `ESC NUL` forced escape (#17198)zeertzjq2022-04-11
* fix(tui): avoid using uninitialized memory in kitty (#17866)zeertzjq2022-03-26
* fix(tui): correct CSI sequence (#17844)Gregory Anders2022-03-24
* feat(tui): enable CSI u keysGregory Anders2022-03-24
* refactor(tinput_wait_enqueue): use rbuffer_read() when pasting (#17754)zeertzjq2022-03-19
* feat(ui_client): implement async paste handlingbfredl2022-03-17
* feat(ui_client): pass user input to remote serverhlpr982022-03-17
* chore: fix typos (#17670)dundargoc2022-03-17
* fix(coverity): dead code and operands don't affect result #17662dundargoc2022-03-11
* feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* chore: fix typos (#17250)dundargoc2022-02-08
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* chore: fix typos (#16506)dundargoc2021-12-28
* feat(tui): add error logging (#16615)erw72021-12-18
* fix(tui): end streamed paste correctly when key buffer is emptyzeertzjq2021-12-10