summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-2/+2
* patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan2023-01-231-398/+395
* patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal2022-12-151-1/+11
* patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar2022-11-281-2/+2
* patch 9.0.0966: some compilers don't allow a declaration after a labelv9.0.0966Bram Moolenaar2022-11-281-2/+2
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-13/+22
* patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar2022-11-241-1/+1
* patch 9.0.0867: wildmenu redrawing code is spread outv9.0.0867Bram Moolenaar2022-11-121-268/+0
* patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal2022-11-071-24/+9
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-2/+2
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-10/+4
* patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasingv9.0.0720Bram Moolenaar2022-10-111-0/+22
* patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar2022-10-041-1/+3
* patch 9.0.0639: checking for popup in screen_char() is too latev9.0.0639Bram Moolenaar2022-10-021-31/+26
* patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar2022-10-021-17/+25
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-2/+2
* patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar2022-09-261-6/+13
* patch 9.0.0501: warning for using uninitialized value in mouse testv9.0.0501Bram Moolenaar2022-09-191-1/+3
* patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar2022-09-111-4/+4
* 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