summaryrefslogtreecommitdiff
path: root/src/getchar.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1358: cannot enter character with a CSI bytev8.1.1358Bram Moolenaar2019-05-191-4/+8
* patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workv8.1.1269Bram Moolenaar2019-05-041-6/+7
* patch 8.1.1251: no test for completion of mapping keysv8.1.1251Bram Moolenaar2019-05-031-2/+2
* patch 8.1.1239: key with byte sequence containing CSI does not workv8.1.1239Bram Moolenaar2019-04-291-13/+17
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-12/+42
* patch 8.1.1201: output of :command is hard to readv8.1.1201Bram Moolenaar2019-04-241-2/+2
* patch 8.1.1185: mapping for CTRL-X is inconsistentv8.1.1185Bram Moolenaar2019-04-181-1/+1
* patch 8.1.1118: a couple of conditions are hard to understandv8.1.1118Bram Moolenaar2019-04-041-9/+18
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+1
* patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar2019-03-101-0/+11
* patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar2019-03-091-132/+133
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-3/+3
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-9/+0
* patch 8.1.0822: peeking and flushing output slows down executionv8.1.0822Bram Moolenaar2019-01-251-2/+3
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-66/+2
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-7/+7
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-11/+11
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-071-17/+20
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-9/+0
* patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar2018-09-301-9/+0
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-3/+5
* patch 8.1.0216: part of file not indented properlyv8.1.0216Bram Moolenaar2018-07-271-8/+8
* patch 8.1.0140: recording into a register has focus eventsv8.1.0140Bram Moolenaar2018-07-031-13/+29
* patch 8.1.0052: when mapping to <Nop> times out the next mapping is skippedv8.1.0052Bram Moolenaar2018-06-121-0/+5
* patch 8.1.0022: repeating put from expression register failsv8.1.0022Bram Moolenaar2018-05-231-0/+8
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-3/+3
* patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845Bram Moolenaar2018-05-151-1/+3
* patch 8.0.1825: might use NULL pointer when out of memoryv8.0.1825Bram Moolenaar2018-05-121-2/+4
* patch 8.0.1786: no test for 'termwinkey'v8.0.1786Bram Moolenaar2018-05-011-3/+7
* patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar2018-04-241-5/+5
* patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar2018-04-181-49/+39
* patch 8.0.1723: using one item array size declaration is misleadingv8.0.1723Bram Moolenaar2018-04-161-39/+49
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-5/+1
* patch 8.0.1546: using feedkeys() in a terminal may trigger mappingsv8.0.1546Bram Moolenaar2018-02-271-1/+1
* patch 8.0.1479: insert mode completion state is confusingv8.0.1479Bram Moolenaar2018-02-091-1/+2
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-10/+4
* patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar2017-11-251-1/+1
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-1/+1
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-0/+8
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-5/+6
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-3/+3
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-2/+0
* patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar2017-09-141-1/+7
* patch 8.0.1060: when imstyle is one, mapping <Left> breaks preeditingv8.0.1060Bram Moolenaar2017-09-051-1/+6
* patch 8.0.1020: when a timer calls getchar(1) input is overwrittenv8.0.1020Bram Moolenaar2017-08-301-10/+15
* patch 8.0.0671: hang when typing CTRL-C in confirm() in timerv8.0.0671Bram Moolenaar2017-06-241-0/+5
* patch 8.0.0628: cursor disappears after silent mappingv8.0.0628Bram Moolenaar2017-06-071-13/+5
* patch 8.0.0626: in the GUI the cursor may flickerv8.0.0626Bram Moolenaar2017-06-051-2/+10
* patch 8.0.0551: the typeahead buffer is reallocated too oftenv8.0.0551Bram Moolenaar2017-04-081-3/+13