summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0956: scrolling in a terminal window has flickerv8.0.0956Bram Moolenaar2017-08-171-26/+39
* patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941Bram Moolenaar2017-08-141-1/+9
* patch 8.0.0937: user highlight groups not adjusted for terminalv8.0.0937Bram Moolenaar2017-08-131-0/+5
* patch 8.0.0871: status line for a terminal window always has "[+]".v8.0.0871Bram Moolenaar2017-08-051-1/+5
* patch 8.0.0837: signs can be drawn on top of console messagesv8.0.0837Bram Moolenaar2017-08-011-1/+4
* patch 8.0.0825: not easy to see that a window is a terminal windowv8.0.0825Bram Moolenaar2017-07-311-10/+22
* patch 8.0.0813: cannot use a terminal window while the job is runningv8.0.0813Bram Moolenaar2017-07-301-1/+1
* patch 8.0.0812: terminal window colors shift when 'number' is setv8.0.0812Bram Moolenaar2017-07-301-1/+1
* patch 8.0.0798: no highlighting in a terminal window with a finished jobv8.0.0798Bram Moolenaar2017-07-281-0/+23
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-281-6/+5
* patch 8.0.0732: when updating a buffer modeless selection is lostv8.0.0732Bram Moolenaar2017-07-191-3/+23
* patch 8.0.0719: build failure without +terminal featurev8.0.0719Bram Moolenaar2017-07-161-4/+10
* patch 8.0.0718: output of job in terminal is not displayedv8.0.0718Bram Moolenaar2017-07-161-19/+31
* patch 8.0.0711: cannot build without the wildmenu featurev8.0.0711Bram Moolenaar2017-07-121-1/+7
* patch 8.0.0710: a job that writes to a buffer clears completionv8.0.0710Bram Moolenaar2017-07-121-19/+13
* patch 8.0.0686: extra redraw when using CTRL-L in second windowv8.0.0686Bram Moolenaar2017-06-281-0/+2
* patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'v8.0.0675Bram Moolenaar2017-06-251-1/+2
* patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar2017-06-181-9/+54
* patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar2017-06-171-3/+4
* patch 8.0.0641: cannot set a separate highlighting for the quickfix linev8.0.0641Bram Moolenaar2017-06-131-1/+1
* patch 8.0.0594: build failure when windows feature is missingv8.0.0594Bram Moolenaar2017-04-301-0/+2
* patch 8.0.0592: if a job writes to a buffer screen is not updatedv8.0.0592Bram Moolenaar2017-04-301-8/+64
* patch 8.0.0524: folds messed upv8.0.0524Bram Moolenaar2017-03-291-0/+3
* patch 8.0.0520: using a function pointer while the function is knownv8.0.0520Bram Moolenaar2017-03-291-10/+10
* patch 8.0.0518: bad fold text when a multi-byte char has a zero bytev8.0.0518Bram Moolenaar2017-03-291-1/+4