summaryrefslogtreecommitdiff
path: root/src/drawscreen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properlyv9.0.0661zeertzjq2022-10-041-4/+4
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-2/+0
* patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar2022-10-041-6/+15
* patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'v9.0.0652Bram Moolenaar2022-10-031-0/+20
* patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar2022-09-291-3/+3
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-15/+8
* patch 9.0.0337: flicker when resetting cmdline_row after updating the screenv9.0.0337Bram Moolenaar2022-08-301-4/+0
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-291-17/+16
* patch 9.0.0317: when updating the whole screen a popup may not be redrawnv9.0.0317Bram Moolenaar2022-08-291-0/+6
* patch 9.0.0316: screen flickers when 'cmdheight' is zerov9.0.0316Bram Moolenaar2022-08-291-25/+28
* patch 9.0.0311: test for hit-Enter prompt failsv9.0.0311Bram Moolenaar2022-08-281-2/+3
* patch 9.0.0309: invalid memory access when cmdheight is zerov9.0.0309Bram Moolenaar2022-08-281-1/+5
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-8/+1
* patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar2022-08-251-5/+1
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-2/+12
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-55/+56
* patch 9.0.0192: possible invalid memory access when 'cmdheight' is zerov9.0.0192Bram Moolenaar2022-08-111-1/+5
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-7/+10
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-14/+20
* patch 8.2.5128: syntax disabled when using synID() in searchpair() skip exprv8.2.5128Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-6/+2
* patch 8.2.5047: CurSearch highlight is often wrongv8.2.5047Bram Moolenaar2022-05-311-0/+17
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-7/+9
* patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong placev8.2.4718Bram Moolenaar2022-04-091-3/+6
* patch 8.2.4644: redrawing too often when 'relativenumber' is setv8.2.4644Lewis Russell2022-03-291-3/+4
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-271-21/+3
* patch 8.2.4626: Visual area not updated when removing sign in Visual modev8.2.4626Bram Moolenaar2022-03-251-1/+1
* patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq2022-03-231-5/+8
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-3/+2
* patch 8.2.4591: cursor line not updated when a callback moves the cursorv8.2.4591Bram Moolenaar2022-03-191-4/+28
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-2/+2
* patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar2022-02-141-4/+0
* patch 8.2.4346: a custom statusline may cause Esc to work like Enterv8.2.4346Bram Moolenaar2022-02-111-0/+4
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-0/+4
* patch 8.2.4289: warnings reported by MSVCv8.2.4289K.Takata2022-02-031-7/+7
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-6/+4
* patch 8.2.4108: going over the end of the w_lines arrayv8.2.4108Bram Moolenaar2022-01-161-2/+5
* patch 8.2.4106: going over the end of the w_lines arrayv8.2.4106Bram Moolenaar2022-01-161-0/+5
* patch 8.2.4074: going over the end of NameBuffv8.2.4074Bram Moolenaar2022-01-131-4/+5
* patch 8.2.3801: if a terminal shows in two windows, only one is redrawnv8.2.3801Bram Moolenaar2021-12-131-0/+7
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-091-3/+8
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-4/+3
* patch 8.2.3535: if-else indenting is confusingv8.2.3535Dominique Pelle2021-10-181-3/+5
* patch 8.2.3487: illegal memory access if buffer name is very longv8.2.3487Bram Moolenaar2021-10-081-5/+5
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-3/+3
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-4/+4
* patch 8.2.3204: display garbled when 'cursorline' is set and lines wrapv8.2.3204Bram Moolenaar2021-07-221-1/+3
* patch 8.2.3132: compiler warns for size_t to colnr_T conversion.v8.2.3132Bram Moolenaar2021-07-091-1/+1
* patch 8.2.3112: in rare cases the cursor may be somewhere in a folded linev8.2.3112Bram Moolenaar2021-07-051-1/+4
* patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrongv8.2.3095Bram Moolenaar2021-07-031-3/+30