aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* Merge pull request #17202 from zeertzjq/unused-orig-rhsbfredl2022-01-29
|\
| * refactor: allocate an empty string as unused orig_rhs for Lua mappingszeertzjq2022-01-27
* | fix(input): remove reinterpreted ALT/META chords from recorded macrozeertzjq2022-01-29
* | vim-patch:8.2.4236: accessing freed memoryChristian Clason2022-01-28
* | vim-patch:8.2.4235: invalid check for NULL pointerChristian Clason2022-01-28
* | vim-patch:8.2.4233: crash when recording and using Select modeChristian Clason2022-01-28
* | vim-patch:8.2.4002: first char typed in Select mode can be wrongzeertzjq2022-01-24
* | vim-patch:8.2.3993: when recording a change in Select mode char appears twicezeertzjq2022-01-24
|/
* fix(input): put modifiers back into typeahead buffer when neededzeertzjq2022-01-23
* refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
* fix(input): never escape CSI byteszeertzjq2022-01-21
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* vim-patch:8.2.3825: various comments could be improvedzeertzjq2021-12-16
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move way beep functions elsewhereBjörn Linse2021-12-10
* vim-patch:8.1.1798: warning for unused variable in tiny versionzeertzjq2021-12-07
* vim-patch:8.1.1797: the vgetorpeek() function is too longzeertzjq2021-12-07
* lint (#16526)Jan Edmund Lazo2021-12-05
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* fix(input): never reinterpret unmapped ALT- chrods in Terminal mode (#16222)zeertzjq2021-11-04
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2380: using old C style commentsDundar Göc2021-10-21
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* vim-patch:8.2.3490: superfluous return statements #15978dundargoc2021-10-09
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* fix(input): resolve isolated (non-ALT/META) mappings #13109erw72021-10-02
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* Merge pull request #15249 from dundargoc/refactor/a-song-of-true-and-falseBjörn Linse2021-08-18
|\
| * refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* | feat: defaults: set undo points in <C-U> and <C-W> (#15400)Gregory Anders2021-08-16
* | feat(defaults): map CTRL-L to search highlights, update diffs #15385Gregory Anders2021-08-16
|/
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* Remove EXMODE_NORMALmatveyt2021-07-23
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.2.2833: two key command cancelled by moving mouse when using popupJan Edmund Lazo2021-05-06
* vim-patch:8.2.1166: once mouse move events are enabled getchar() returns themJan Edmund Lazo2021-05-06
* vim-patch:8.2.2819: finishing an abbreviation with multi-byte char may not workJan Edmund Lazo2021-05-05
* vim-patch:8.1.2380: using old C style commentsJan Edmund Lazo2021-03-29
* Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"Jan Edmund Lazo2020-12-31
* vim-patch:8.1.0822: peeking and flushing output slows down executionJan Edmund Lazo2020-12-25