index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
screen.c
Commit message (
Expand
)
Author
Age
*
screen: don't unconditionally clear messages on window scroll
Björn Linse
2019-01-15
*
clang/"Dead assignment": screen.c
Justin M. Keyes
2019-01-13
*
display: unify cursorline and concealcursor redraw logic
Björn Linse
2019-01-13
*
Merge pull request #9484 from bfredl/highlander
Björn Linse
2019-01-11
|
\
|
*
screen: make update_screen() the only entry point for redrawing
Björn Linse
2019-01-11
*
|
vim-patch:8.1.0450: build failure without the +fold feature
Michael Vilim
2019-01-11
*
|
vim-patch:8.1.0449: fix display of 'rnu' with folded lines #9481
Michael Vilim
2019-01-11
|
/
*
remove dead argument of redrawWinline
Björn Linse
2019-01-09
*
screen: avoid redrawing windows immediately when debug signs are placed.
Björn Linse
2019-01-09
*
vim-patch:8.1.0700: using "gt" sometimes does not redraw a tab (#9464)
Justin M. Keyes
2019-01-07
*
vim-patch:8.1.0683: spell highlighting does not always end
Jan Edmund Lazo
2019-01-05
*
vim-patch:8.1.0674: leaking memory when updating a single line
Jan Edmund Lazo
2019-01-05
*
vim-patch:8.0.0286: not always redrawing after screen resize
Jan Edmund Lazo
2019-01-05
*
Visual: highlight char-at-cursor
Justin M. Keyes
2019-01-04
*
remove check_visual_highlight()
Justin M. Keyes
2019-01-04
*
build: enable -Wshadow
Justin M. Keyes
2019-01-02
*
multigrid: do all adjustment in screen.c
Björn Linse
2019-01-01
*
multigrid: rename grid->ScreenLines and other grid arrays
Björn Linse
2018-12-31
*
multigrid: rename to grid.row_offset and grid.requested_rows
Björn Linse
2018-12-31
*
multigrid: reorganize types and global varaibles
Björn Linse
2018-12-31
*
multigrid: various cleanup (types, unused parameters)
Björn Linse
2018-12-31
*
multigrid: add msg_scroll_start and msg_scroll_reset events
Björn Linse
2018-12-31
*
multigrid: don't clear window grids on resize
Björn Linse
2018-12-31
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Draw fold for the entire width of window grid
Utkarsh Maheshwari
2018-12-31
*
multigrid: Fix rebase errors in screen.c
Utkarsh Maheshwari
2018-12-31
*
multigrid: Fix sending window grid handle in ext_newline mode
Utkarsh Maheshwari
2018-12-31
*
multigrid: Fix grid allocation misses
Utkarsh Maheshwari
2018-12-31
*
multigrid: avoid allocation when not ext_multigrid.
Björn Linse
2018-12-31
*
multigrid: Clean whole grid when it was just resized
Utkarsh Maheshwari
2018-12-31
*
multigrid: Add ScreenGrid as a param to multibyte functions
Utkarsh Maheshwari
2018-12-31
*
multigrid: Get rid of global ScreenLines and set_screengrid
Utkarsh Maheshwari
2018-12-31
*
multigrid: Put everything on default_grid if not ext_multigrid
Utkarsh Maheshwari
2018-12-31
*
multigrid: Allow UIs to set grid size different from window size
Utkarsh Maheshwari
2018-12-31
*
multigrid: Change screen_* functions to grid_* functions
Utkarsh Maheshwari
2018-12-31
*
multigrid: introduce grid abstraction
Björn Linse
2018-12-31
*
screen: add missing status redraw when redraw_later(CLEAR) was used
Björn Linse
2018-12-05
*
vim-patch:8.1.0098: segfault when pattern with \z() is very slow (#9283)
Justin M. Keyes
2018-11-29
*
diff/highlight: Show underline for low-priority CursorLine
Justin M. Keyes
2018-11-27
*
diff/highlight: do not overlay low-priority CursorLine
Justin M. Keyes
2018-11-27
*
lint
Jan Edmund Lazo
2018-11-18
*
vim-patch:8.1.0376: compiler warning for uninitialized variable
Jan Edmund Lazo
2018-11-18
*
UI/TUI: improvements and cleanups for scrolling and clearing
Björn Linse
2018-11-11
*
screen.c: remove redundant wp->w_hl_attr_normal
Björn Linse
2018-10-25
*
screen: fix glitches with nvim_buf_set_virtual_text
Björn Linse
2018-10-25
*
ui: disable clearing almost everywhere
Björn Linse
2018-10-22
*
fix warning: garbage/uninitialized value
Justin M. Keyes
2018-10-21
*
screen.c: Fix PVS/V560: condition is always false
Justin M. Keyes
2018-10-20
*
signs: Add "numhl" argument #9113
Reto Schnyder
2018-10-13
*
terminal: Redraw statusline on title change #8973
Josh Triplett
2018-09-25
[next]