summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-101-2/+3
* patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar2018-08-211-5/+12
* patch 8.1.0302: crash when using :suspend and "fg"v8.1.0302Bram Moolenaar2018-08-201-11/+4
* patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar2018-08-071-0/+45
* patch 8.1.0244: no redraw when using a STOP signal on Vim and then CONTv8.1.0244Bram Moolenaar2018-08-071-4/+11
* patch 8.1.0176: overlapping string argument for strcpy()v8.1.0176Bram Moolenaar2018-07-101-1/+1
* patch 8.1.0157: old iTerm2 is not recognized, resulting in stray outputv8.1.0157Bram Moolenaar2018-07-061-2/+6
* patch 8.1.0142: xterm and vt320 builtin termcap missing keypad keysv8.1.0142Bram Moolenaar2018-07-031-1/+24
* patch 8.1.0129: still some xterm-like terminals get a stray "p"v8.1.0129Bram Moolenaar2018-06-301-0/+5
* patch 8.1.0021: clang warns for undefined behaviorv8.1.0021Bram Moolenaar2018-05-231-6/+7
* patch 8.0.1808: can't build without TGETENTv8.0.1808Bram Moolenaar2018-05-101-0/+2
* patch 8.0.1807: function to set terminal name is too longv8.0.1807Bram Moolenaar2018-05-101-138/+147
* patch 8.0.1791: using uint8_t does not work everywherev8.0.1791Bram Moolenaar2018-05-051-2/+2
* patch 8.0.1785: missing symbol in Win32 small buildv8.0.1785Bram Moolenaar2018-05-011-0/+2
* patch 8.0.1783: cannot use 256 colors in a MS-Windows consolev8.0.1783Bram Moolenaar2018-05-011-45/+164
* patch 8.0.1762: terminal debug logging is a bit complicatedv8.0.1762Bram Moolenaar2018-04-241-56/+44
* patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar2018-04-241-2/+2
* patch 8.0.1659: scroll events not recognized for some xterm emulatorsv8.0.1659Bram Moolenaar2018-04-041-3/+6
* patch 8.0.1618: color Grey50 is missing in the compiled-in tablev8.0.1618Bram Moolenaar2018-03-201-1/+2
* patch 8.0.1577: virtual replace test fails on MS-Windowsv8.0.1577Bram Moolenaar2018-03-061-0/+1
* patch 8.0.1573: getwinpos(1) may cause response to be handled as commandv8.0.1573Bram Moolenaar2018-03-051-11/+33
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-2/+0
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-8/+0
* patch 8.0.1563: timeout of getwinposx() can be too shortv8.0.1563Bram Moolenaar2018-03-031-3/+3
* patch 8.0.1556: may not parse the t_RS response correctlyv8.0.1556Bram Moolenaar2018-03-021-24/+35
* patch 8.0.1532: compiler warnings without termguicolors featurev8.0.1532Bram Moolenaar2018-02-231-27/+28
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-22/+131
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-4/+4
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-0/+21
* patch 8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced.v8.0.1380Bram Moolenaar2017-12-091-2/+5
* patch 8.0.1324: some xterm sends different mouse move codesv8.0.1324Bram Moolenaar2017-11-201-3/+11
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-0/+1
* patch 8.0.1303: 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2v8.0.1303Bram Moolenaar2017-11-161-9/+21
* patch 8.0.1272: warnings for unused variables in tiny buildv8.0.1272Bram Moolenaar2017-11-051-1/+2
* patch 8.0.1258: 'ttymouse' is set to "sgr" even though it's not supportedv8.0.1258Bram Moolenaar2017-11-041-16/+22
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-2/+2
* patch 8.0.1198: older compilers don't know uint8_tv8.0.1198Bram Moolenaar2017-10-151-4/+4
* patch 8.0.1195: can't build on MS-Windowsv8.0.1195Bram Moolenaar2017-10-151-3/+3
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-141-22/+112
* patch 8.0.1174: Mac Terminal.app has wrong color for whitev8.0.1174Bram Moolenaar2017-10-041-0/+3
* patch 8.0.1161: popup menu drawing problem when resizing terminalv8.0.1161Bram Moolenaar2017-09-291-3/+2
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-2/+2
* patch 8.0.1128: old xterm sends CTRL-X in response to t_RSv8.0.1128Bram Moolenaar2017-09-191-15/+8
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-19/+4
* patch 8.0.1094: using ssh from Terminal.app runs into xterm incompatibilityv8.0.1094Bram Moolenaar2017-09-111-2/+2
* patch 8.0.1069: still get CTRL-X sometimesv8.0.1069Bram Moolenaar2017-09-071-3/+9
* patch 8.0.1068: vandyke SecureCRT terminal can't handle cursor mode requestv8.0.1068Bram Moolenaar2017-09-071-1/+1
* patch 8.0.1066: some terminals can't handle requesting cursor modev8.0.1066Bram Moolenaar2017-09-061-2/+3
* patch 8.0.1059: older Gnome terminal returns smaller version numberv8.0.1059Bram Moolenaar2017-09-051-3/+3