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
/
grid.c
Commit message (
Expand
)
Author
Age
*
refactor: remove use of reserved c++ keywords
ii14
2023-04-06
*
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
*
test: use a wider screen in the rightleft winhl test (#22641)
zeertzjq
2023-03-12
*
fix(screen): correctly draw background and eob with 'rightleft' (#22640)
zeertzjq
2023-03-12
*
fix(status): handle unprintable chars in the statusline
Björn Linse
2023-02-14
*
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)
zeertzjq
2023-01-24
*
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
*
refactor: replace char_u with char
dundargoc
2023-01-09
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
fix(redraw): make redrawdebug=nodelta handle all the cases
bfredl
2022-09-22
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: replace char_u with char
Dundar Göc
2022-09-01
*
refactor: replace char_u with char
Dundar Göc
2022-08-29
*
refactor: change FALSE/TRUE to false/true
Lewis Russell
2022-08-26
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
fix(grid): don't use utfc_ptr2char_len() when printing until NUL (#19456)
zeertzjq
2022-07-22
*
vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)
zeertzjq
2022-07-10
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
ci: lint with uncrustify #18563
dundargoc
2022-05-20
*
refactor: move more grid functions to grid.c. Clean up some variables
bfredl
2022-05-18
*
refactor: grid->rows and grid->cols
bfredl
2022-05-18
*
fix(PVS/V1028): prevent potential overflow
Dundar Goc
2022-05-17
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor(grid): move out grid_* functions from screen.c
bfredl
2022-05-08