summaryrefslogtreecommitdiff
path: root/src/getchar.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1414: <M-S-x> in Kitty does not use the Shift modifierv9.0.1414Bram Moolenaar2023-03-181-1/+13
* patch 9.0.1392: using NULL pointer with nested :open commandv9.0.1392Bram Moolenaar2023-03-071-7/+10
* patch 9.0.1333: when redo'ing twice <ScriptCmd> may not get the script IDv9.0.1333Bram Moolenaar2023-02-201-6/+13
* patch 9.0.1285: various small problemsv9.0.1285Bram Moolenaar2023-02-051-1/+1
* patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan2023-01-271-1/+1
* patch 9.0.1244: cursor displayed in wrong position when leaving Insert modev9.0.1244Bram Moolenaar2023-01-251-6/+6
* patch 9.0.1158: code is indented more than necessaryv9.0.1158Yegappan Lakshmanan2023-01-081-59/+59
* patch 9.0.0974: even when Esc is encoded a timeout is usedv9.0.0974Bram Moolenaar2022-11-291-0/+12
* patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar2022-11-261-1/+5
* patch 9.0.0943: pretending to go out of Insert mode when Esc is receivedv9.0.0943Bram Moolenaar2022-11-241-2/+5
* patch 9.0.0939: still using simplified mappings when using kitty protocolv9.0.0939Bram Moolenaar2022-11-241-1/+12
* patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll eventv9.0.0918Christopher Plewright2022-11-221-27/+5
* patch 9.0.0912: libvterm with modifyOtherKeys level 2 does not match xtermv9.0.0912Bram Moolenaar2022-11-191-2/+5
* patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar2022-11-181-10/+10
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0812: GUI mouse scrollwheel mappings don't workv9.0.0812Christopher Plewright2022-10-211-1/+4
* patch 9.0.0806: 'langmap' works differently when there are modifiersv9.0.0806zeertzjq2022-10-201-9/+20
* patch 9.0.0802: MS-Windows: cannot map console mouse scroll eventsv9.0.0802Christopher Plewright2022-10-201-4/+22
* patch 9.0.0793: MS-Windows: mouse scroll events only work with the dllv9.0.0793Christopher Plewright2022-10-191-2/+4
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-14/+0
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-0/+4
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-8/+1
* patch 9.0.0575: the getchar() function behaves strangely with bracketed pastev9.0.0575Bram Moolenaar2022-09-241-5/+19
* patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script contextv9.0.0387Bram Moolenaar2022-09-051-4/+72
* patch 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets insertedv9.0.0385zeertzjq2022-09-051-1/+1
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-4/+0
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-1/+1
* patch 9.0.0234: cannot make difference between :normal end and argument charv9.0.0234Bram Moolenaar2022-08-211-0/+7
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-0/+4
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-9/+15
* patch 9.0.0059: test file has wrong namev9.0.0059zeertzjq2022-07-231-1/+1
* patch 9.0.0044: typos in comments, wrapping linesv9.0.0044Bram Moolenaar2022-07-061-2/+3
* patch 9.0.0024: may access part of typeahead buf that isn't filledv9.0.0024Bram Moolenaar2022-07-021-1/+2
* patch 8.2.5076: unnecessary codev8.2.5076zeertzjq2022-06-101-24/+3
* patch 8.2.5064: no test for what 8.1.0052 fixesv8.2.5064zeertzjq2022-06-061-2/+2
* patch 8.2.5058: input() does not handle composing characters properlyv8.2.5058zeertzjq2022-06-051-1/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-31/+33
* patch 8.2.4848: local completion with mappings and simplification not workingv8.2.4848zeertzjq2022-04-301-6/+5
* patch 8.2.4846: termcodes test failsv8.2.4846zeertzjq2022-04-291-1/+1
* patch 8.2.4844: <C-S-I> is simplified to <S-Tab>v8.2.4844zeertzjq2022-04-291-1/+1
* patch 8.2.4837: modifiers not simplified when timed outv8.2.4837zeertzjq2022-04-281-5/+7
* patch 8.2.4833: failure of mapping not checked forv8.2.4833zeertzjq2022-04-271-2/+16
* patch 8.2.4832: passing zero instead of NULL to a pointer argumentv8.2.4832zeertzjq2022-04-261-2/+2
* patch 8.2.4829: a key may be simplified to NULv8.2.4829zeertzjq2022-04-261-1/+5
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-1/+2
* patch 8.2.4722: ending recording with mapping records too muchv8.2.4722zeertzjq2022-04-091-1/+9
* patch 8.2.4705: jump list marker disappearsv8.2.4705zeertzjq2022-04-071-4/+25
* patch 8.2.4692: no test for what 8.2.4691 fixesv8.2.4692zeertzjq2022-04-051-15/+13
* patch 8.2.4691: solution for <Cmd> in a mapping causes troublev8.2.4691Bram Moolenaar2022-04-041-23/+29