summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-2/+2
* patch 9.0.0317: when updating the whole screen a popup may not be redrawnv9.0.0317Bram Moolenaar2022-08-291-6/+23
* patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar2022-08-271-2/+2
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-2/+0
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-1/+1
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-4/+4
* patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq2022-08-091-0/+25
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-1/+1
* patch 9.0.0070: using utfc_ptr2char_len() when length is negativev9.0.0070zeertzjq2022-07-251-11/+10
* patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar2022-07-091-11/+48
* patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar2022-07-041-16/+32
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-47/+58
* patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007Bram Moolenaar2022-06-291-5/+17
* patch 8.2.5170: tiny issuesv8.2.5170Bram Moolenaar2022-06-271-1/+1
* patch 8.2.5144: with 'lazyredraw' set completion menu may be wrongv8.2.5144Bram Moolenaar2022-06-211-0/+5
* patch 8.2.5070: unnecessary codev8.2.5070zeertzjq2022-06-091-6/+6
* patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar2022-06-071-1/+51
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-5/+0
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-8/+8
* patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong placev8.2.4718Bram Moolenaar2022-04-091-3/+3
* patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-Bv8.2.4673Bram Moolenaar2022-04-031-1/+17
* patch 8.2.4663: occasional crash when running the GUI testsv8.2.4663Bram Moolenaar2022-04-011-8/+11
* patch 8.2.4497: wrong color for half of wide character next to pum scrollbarv8.2.4497Bram Moolenaar2022-03-031-1/+4
* patch 8.2.4391: command line executed when typing Esc in the GUIv8.2.4391Bram Moolenaar2022-02-151-4/+0
* patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enterv8.2.4382Bram Moolenaar2022-02-141-0/+4
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-2/+2
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-7/+7
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-11/+11
* patch 8.2.3846: no error when using control character for 'lcs' or 'fcs'v8.2.3846zeertzjq2021-12-181-4/+4
* patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun2021-11-171-1/+1
* patch 8.2.3522: cannot use \x and \u when setting 'listchars'v8.2.3522Bram Moolenaar2021-10-161-5/+34
* patch 8.2.3437: compiler warnings for 32/64 bit usagev8.2.3437Mike Williams2021-09-131-3/+4
* patch 8.2.3425: warning for using uninitialized variablev8.2.3425Bram Moolenaar2021-09-111-2/+2
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-101-5/+58
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-291-2/+12
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-2/+2
* patch 8.2.2685: custom statusline not drawn correctly with WinBarv8.2.2685Bram Moolenaar2021-04-011-1/+1
* patch 8.2.2633: multi-byte 'fillchars' for folding do not show properlyv8.2.2633Bram Moolenaar2021-03-211-1/+6
* patch 8.2.2569: 'fillchars' "stl" and "stlnc" items must be single bytev8.2.2569Bram Moolenaar2021-03-041-1/+1
* patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars'v8.2.2563Bram Moolenaar2021-03-031-24/+42
* patch 8.2.2524: cannot change the characters displayed in the foldcolumnv8.2.2524Bram Moolenaar2021-02-171-9/+15
* patch 8.2.2521: some compilers can't handle pointer initializationv8.2.2521Bram Moolenaar2021-02-161-17/+21
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-21/+25
* patch 8.2.2508: cannot change the character displayed in non existing linesv8.2.2508Bram Moolenaar2021-02-131-0/+4
* patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar2021-02-031-0/+1
* patch 8.2.2276: list of distributed files is outdatedv8.2.2276Bram Moolenaar2021-01-021-1/+0
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-1/+2
* patch 8.2.1963: crash when using a popup window with "latin1" encodingv8.2.1963Bram Moolenaar2020-11-061-1/+2
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+2
* patch 8.2.1909: number of status line items is limited to 80v8.2.1909Bram Moolenaar2020-10-261-3/+3