aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
Commit message (Expand)AuthorAge
...
* 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
* fix(tui): extend smglr ignores to smglp and smgrp (#16239)Jan Alexander Steffens2021-11-04
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: remove space after starDundar Göc2021-10-19
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* fix(tui): remove dead code #15929erw72021-10-06
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: format tui/input.c with uncrustify (#15661)dundargoc2021-09-14
* refactor: format tui.c with uncrustify (#15640)dundargoc2021-09-14
* chore: PVS/V751: ignore warning #15153dundargoc2021-07-25
* chore(PVS/V751): tui.c, Parameter is not usedJustin M. Keyes2021-07-18
* chore: use codespell to spell check #15016dundargoc2021-07-07
* Revert "tui: improve support for tmux, GNU Screen" (#14786)Érico Nogueira Rolim2021-06-30
* fix(tui): Stop sending extra parameter for save/restore titleJames McCoy2021-05-18
* tui: improve support for tmux, GNU Screenerw72021-03-11
* tui: fix possibility of evaluating uninitialized variables (#13987)erw72021-02-22
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* test,unit: Change test according to change of bg color response processingerw72020-11-20
* TUI: fix processing of bg color responseerw72020-11-20
* TUI: fix bracket paste getting stuckerw72020-11-20