summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228Bram Moolenaar2018-07-291-0/+6
* patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar2018-07-291-4/+1
* patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar2018-06-281-4/+9
* patch 8.1.0116: display problem with 'vartabstop' and 'linebreak'v8.1.0116Bram Moolenaar2018-06-251-0/+5
* patch 8.1.0113: compiler warning for unused variablev8.1.0113Bram Moolenaar2018-06-241-1/+1
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-1/+7
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+4
* patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"v8.1.0064Bram Moolenaar2018-06-171-2/+2
* patch 8.1.0062: popup menu broken if a callback changes the window layoutv8.1.0062Bram Moolenaar2018-06-171-9/+10
* patch 8.1.0058: display problem with margins and scrollingv8.1.0058Bram Moolenaar2018-06-161-9/+17
* patch 8.1.0057: popup menu displayed wrong when using autocmdv8.1.0057Bram Moolenaar2018-06-161-9/+12
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-4/+4
* patch 8.1.0002: :stopinsert changes the message positionv8.1.0002Bram Moolenaar2018-05-191-0/+6
* patch 8.0.1815: crash with terminal window and with 'lazyredraw' setv8.0.1815Bram Moolenaar2018-05-111-7/+15
* patch 8.0.1809: various typosv8.0.1809Bram Moolenaar2018-05-101-1/+1
* patch 8.0.1797: terminal window is redrawn too oftenv8.0.1797Bram Moolenaar2018-05-061-5/+9
* patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar2018-04-271-1/+1
* patch 8.0.1705: when making a vertical split the mode message isn't updatedv8.0.1705Bram Moolenaar2018-04-131-1/+2
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-8/+14
* patch 8.0.1600: crash when setting t_Co to zero when 'termguicolors' is setv8.0.1600Bram Moolenaar2018-03-121-1/+1
* patch 8.0.1574: show cursor in wrong place when using popup menuv8.0.1574Bram Moolenaar2018-03-061-1/+11
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-8/+0
* patch 8.0.1544: when using 'termguicolors' SpellBad doesn't showv8.0.1544Bram Moolenaar2018-02-271-28/+38
* patch 8.0.1531: cannot use 24 bit colors in MS-Windows consolev8.0.1531Bram Moolenaar2018-02-221-0/+19
* patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar2018-02-201-2/+1
* patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal windowv8.0.1520Bram Moolenaar2018-02-131-0/+5
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-22/+9
* patch 8.0.1476: screen isn't always updated right awayv8.0.1476Bram Moolenaar2018-02-081-3/+2
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-10/+13
* patch 8.0.1422: no fallback to underline when undercurl is not setv8.0.1422Bram Moolenaar2017-12-221-10/+10
* patch 8.0.1388: char not overwritten with ambiguous width charv8.0.1388Bram Moolenaar2017-12-121-5/+19
* patch 8.0.1375: window size wrong after maximizing with WinBarv8.0.1375Bram Moolenaar2017-12-051-1/+1
* patch 8.0.1358: undercurl is not used in the terminalv8.0.1358Bram Moolenaar2017-11-281-3/+14
* patch 8.0.1228: invalid memory access in GUI testv8.0.1228Bram Moolenaar2017-10-281-1/+5
* patch 8.0.1214: accessing freed memory when EXITFREE is setv8.0.1214Bram Moolenaar2017-10-231-1/+1
* patch 8.0.1169: highlignting one char too many with 'list' and 'cul'v8.0.1169Bram Moolenaar2017-10-011-1/+2
* patch 8.0.1168: wrong highlighting with combination of match and 'cursorline'v8.0.1168Bram Moolenaar2017-09-301-1/+13
* patch 8.0.1143: macros always expand to the same thingv8.0.1143Bram Moolenaar2017-09-241-3/+3
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-69/+69
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-22/+22
* patch 8.0.1133: syntax timeout not used correctlyv8.0.1133Bram Moolenaar2017-09-221-19/+16
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-129/+233
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-229/+34
* patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is setv8.0.1100Bram Moolenaar2017-09-131-3/+5
* patch 8.0.1097: background color wrong if job changes background colorv8.0.1097Bram Moolenaar2017-09-111-1/+1
* patch 8.0.1096: terminal window in Normal mode has wrong backgroundv8.0.1096Bram Moolenaar2017-09-111-0/+14
* patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar2017-09-021-1/+1
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-1/+10
* patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar2017-08-301-1/+2
* patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar2017-08-261-3/+5