aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1169: highlignting one char too many with 'list' and 'cul'Jan Edmund Lazo2018-08-06
* vim-patch:8.0.1168: wrong highlighting with combination of match and 'cursorl...Jan Edmund Lazo2018-08-06
* Merge #8749 from janlazo/clint-tristateJustin M. Keyes2018-08-04
|\
| * misc: refactor plines_win{,_nofill}()Jan Edmund Lazo2018-08-02
| * fold: add const to hasFoldingWin() variablesJan Edmund Lazo2018-08-02
| * screen: screen_cleared is TriStateJan Edmund Lazo2018-08-01
* | syntax: add const to get_syntax_attr() paramsJan Edmund Lazo2018-07-30
|/
* screen: add const and reindent update_debug_signs()Jan Edmund Lazo2018-07-27
* vim-patch:8.0.0837: signs can be drawn on top of console messagesJan Edmund Lazo2018-07-27
* screen.c: add update_window_hl to special redrawing entrypointsBjörn Linse2018-07-27
* screen.c: fix redrawing tabline when messages overflow screenBjörn Linse2018-07-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* ui: add TODO for non-working terminal linewrapBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* screen: truncate showmode messagesBjörn Linse2018-07-12
* vim-patch:8.0.0686: extra redraw when using CTRL-L in second windowJan Edmund Lazo2018-07-03
* highlight: high-priority CursorLine if fg is set. #8578Yichao Zhou2018-06-28
* Merge #8526 from janlazo/vim-8.0.0451Justin M. Keyes2018-06-16
|\
| * vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* | Add ‘eob’ option to fillcharsJack Bracewell2018-06-13
* | screen: use UTF-8 representationBjörn Linse2018-06-13
|/
* vim-patch:8.0.0520: using a function pointer while the function is known (#8513)KunMing Xie2018-06-10
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' (#8483)Jan Edmund Lazo2018-06-05
* vim-patch:8.0.0454: compiler warnings for "always true" comparison (#8431)KunMing Xie2018-05-24
* terminal: tickle statusline on entering #8323raichoo2018-05-18
* Merge pull request #8358 from mhinz/screenJames McCoy2018-05-04
|\
| * screen: avoid artifactsMarco Hinz2018-05-04
* | messages: redraw tabline if it was overdrawn by messagesBjörn Linse2018-05-04
|/
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * *: Fix clint errorsZyX2018-04-22
| * screen: Fix PVS/V560: col never reassigned in this part of codeZyX2018-04-22
| * screen: Fix PVS/V519: duplicate successive assignmentZyX2018-04-22
| * screen: Fix PVS/V560: condition was checked in surrounding ifZyX2018-04-22
| * screen: Get rid of ScreenLines2 as it is no longer usedZyX2018-04-22
| * charset,*: Refactor transstr()ZyX2018-04-09
* | screen: winhl=Normal:Background should not override syntax (#8093)Björn Linse2018-04-02
|/
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
* screen.c: define column width by function (#5802)Matthieu Coudron2018-03-18
* screen.c: make negative 'writedelay' show all redrawsBjörn Linse2018-02-24
* 'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron2018-02-23
* defaults: 'fillchars'Justin M. Keyes2018-02-23
* screen: win_del_lines/win_ins_lines cleanupBjörn Linse2018-02-21
* screen: remove dead code emulating terminals without scroll regionsBjörn Linse2018-02-21
* Merge #7939 "fix crash: 'spell' and long lines"Justin M. Keyes2018-02-11
|\
| * screen.c: resolve neovim issue #7937Michael Brailsford2018-02-07
* | ui/tui: highlighting refactorBjörn Linse2018-02-11
|/
* vim-patch:8.0.0380: with 'linebreak' double wide char wraps badlyckelsel2018-01-14