summaryrefslogtreecommitdiffstats
path: root/src/screen.c
AgeCommit message (Expand)Author
2024-03-17patch 9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and...v9.1.0186zeertzjq
2024-03-16patch 9.1.0184: Cursor pos wrong when clicking with conceal and wrapv9.1.0184zeertzjq
2024-02-29patch 9.1.0145: v:echospace not correct when 'showcmdloc' != lastv9.1.0145Sam-programs
2024-02-01patch 9.1.0069: ScreenLines may not be correctly initialized, causing hangv9.1.0069Olaf Seibert
2024-01-17patch 9.1.0039: too vague errors for 'listchars'/'fillchars'v9.1.0039zeertzjq
2024-01-15patch 9.1.0030: Cannot use terminal alternate fontv9.1.0030PMunch
2023-11-23patch 9.0.2126: unused assignments when checking 'listchars'v9.0.2126zeertzjq
2023-11-08patch 9.0.2095: statusline may look different than expectedv9.0.2095Christian Brabandt
2023-09-30patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace"v9.0.1961zeertzjq
2023-09-29patch 9.0.1958: cannot complete option valuesv9.0.1958Yee Cheng Chin
2023-09-21patch 9.0.1923: curswant wrong on click with 've' and 'wrap' setv9.0.1923zeertzjq
2023-08-19patch 9.0.1742: wrong curswant when clicking on second cell of double-width charv9.0.1742zeertzjq
2023-08-17patch 9.0.1726: incorrect heights in win_size_restore()v9.0.1726Sean Dewar
2023-06-01patch 9.0.1598: screenchar() and others are wrong with DBCS 'encoding'v9.0.1598zeertzjq
2023-05-20patch 9.0.1571: RedrawingDisabled not used consistentlyv9.0.1571Bram Moolenaar
2023-05-08patch 9.0.1526: condition is always truev9.0.1526zeertzjq
2023-04-17patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'v9.0.1461Sean Dewar
2023-03-03patch 9.0.1374: function for setting options not used consistentlyv9.0.1374Yegappan Lakshmanan
2023-03-02patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-01-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2022-12-15patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal
2022-11-28patch 9.0.0967: leaking memory from autocmd windowsv9.0.0967Bram Moolenaar
2022-11-28patch 9.0.0966: some compilers don't allow a declaration after a labelv9.0.0966Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-24patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar
2022-11-12patch 9.0.0867: wildmenu redrawing code is spread outv9.0.0867Bram Moolenaar
2022-11-07patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-11patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasingv9.0.0720Bram Moolenaar
2022-10-04patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar
2022-10-02patch 9.0.0639: checking for popup in screen_char() is too latev9.0.0639Bram Moolenaar
2022-10-02patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-26patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar
2022-09-19patch 9.0.0501: warning for using uninitialized value in mouse testv9.0.0501Bram Moolenaar
2022-09-11patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-29patch 9.0.0317: when updating the whole screen a popup may not be redrawnv9.0.0317Bram Moolenaar
2022-08-27patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar
2022-08-26patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar
2022-08-22patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-09patch 9.0.0176: checking character options is duplicated and incompletev9.0.0176zeertzjq
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-25patch 9.0.0070: using utfc_ptr2char_len() when length is negativev9.0.0070zeertzjq
2022-07-09patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar
2022-07-04patch 9.0.0040: use of set_chars_option() is confusingv9.0.0040Bram Moolenaar
2022-07-04patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar