summaryrefslogtreecommitdiff
path: root/src/getchar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keysv8.2.4689Bram Moolenaar2022-04-041-16/+23
* patch 8.2.4588: mapping with key after other matching mapping does not workv8.2.4588Bram Moolenaar2022-03-181-2/+10
* patch 8.2.4551: when mapping <Esc> terminal codes are not recognizedv8.2.4551Bram Moolenaar2022-03-121-1/+6
* patch 8.2.4504: when there is a partially matching map full map may not workv8.2.4504Bram Moolenaar2022-03-041-2/+2
* patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-Xv8.2.4502Bram Moolenaar2022-03-041-1/+1
* patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498Bram Moolenaar2022-03-031-2/+9
* patch 8.2.4427: getchar() may return modifiers if no character is availablev8.2.4427zeertzjq2022-02-201-1/+1
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-1/+1
* patch 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLLv8.2.4400zeertzjq2022-02-161-13/+7
* patch 8.2.4394: UTF8 select mode test fails on MS-Windowsv8.2.4394Bram Moolenaar2022-02-151-4/+1
* patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrongv8.2.4392Bram Moolenaar2022-02-151-1/+4
* patch 8.2.4338: an error from an expression mapping messes up the displayv8.2.4338Bram Moolenaar2022-02-101-0/+24
* patch 8.2.4289: warnings reported by MSVCv8.2.4289K.Takata2022-02-031-6/+6
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-15/+3
* patch 8.2.4236: accessing freed memoryv8.2.4236Bram Moolenaar2022-01-271-0/+1
* patch 8.2.4235: invalid check for NULL pointerv8.2.4235Bram Moolenaar2022-01-271-1/+1
* patch 8.2.4233: crash when recording and using Select modev8.2.4233Bram Moolenaar2022-01-271-1/+4
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-191-2/+3
* patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar2022-01-161-3/+3
* patch 8.2.4101: warning for unused argument in tiny versionv8.2.4101Bram Moolenaar2022-01-151-1/+1
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-2/+39
* patch 8.2.4059: Vim9: an expression of a map cannot access script-local itemsv8.2.4059Bram Moolenaar2022-01-111-5/+1
* patch 8.2.4002: first char typed in Select mode can be wrongv8.2.4002zeertzjq2022-01-041-5/+13
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-1/+1
* patch 8.2.3993: when recording a change in Select mode char appears twicev8.2.3993Bram Moolenaar2022-01-031-9/+46