summaryrefslogtreecommitdiff
path: root/src/drawscreen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3090: in rare cases the cursor may be somewhere in a folded linev8.2.3090Bram Moolenaar2021-07-031-0/+6
* patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrongv8.2.3088Bram Moolenaar2021-07-031-1/+3
* patch 8.2.2803: flicker when the popup menu has an info popupv8.2.2803Bram Moolenaar2021-04-231-0/+8
* patch 8.2.2800: after a timer displays text a hit-enter prompt is givenv8.2.2800Bram Moolenaar2021-04-221-0/+7
* patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar2021-04-111-2/+3
* patch 8.2.2685: custom statusline not drawn correctly with WinBarv8.2.2685Bram Moolenaar2021-04-011-1/+1
* patch 8.2.2679: status line missing for non-current window with winbarv8.2.2679Bram Moolenaar2021-03-301-6/+25
* patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars'v8.2.2563Bram Moolenaar2021-03-031-24/+50
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-1/+1
* patch 8.2.2508: cannot change the character displayed in non existing linesv8.2.2508Bram Moolenaar2021-02-131-2/+2
* patch 8.2.1488: text does not scroll when inserting above first linev8.2.1488Bram Moolenaar2020-08-191-1/+1
* patch 8.2.1345: Redraw error when using visual block and scrollv8.2.1345Bram Moolenaar2020-08-011-3/+6
* patch 8.2.0656: MS-Windows: redrawing right screen edge may not be neededv8.2.0656Bram Moolenaar2020-04-281-1/+2
* patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar2020-04-061-1/+1
* patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar2020-04-051-1/+3
* patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar2020-02-281-17/+32
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-4/+2
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-6/+6
* patch 8.1.2294: cursor pos wrong with concealing and search causes a scrollv8.1.2294Bram Moolenaar2019-11-121-3/+41
* patch 8.1.2287: using EndOfBuffer highlight in popup does not look goodv8.1.2287Bram Moolenaar2019-11-101-2/+4
* patch 8.1.2214: too much is redrawn when 'cursorline' is setv8.1.2214Bram Moolenaar2019-10-241-1/+6
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-191-0/+3112