bfredl
|
c28192e6f9
|
refactor: move more grid functions to grid.c. Clean up some variables
|
2022-05-18 20:16:18 +02:00 |
|
bfredl
|
028329850e
|
refactor: grid->rows and grid->cols
|
2022-05-18 13:06:02 +02:00 |
|
Dundar Goc
|
e75ccc3b3a
|
fix(PVS/V1028): prevent potential overflow
|
2022-05-17 22:26:25 +02:00 |
|
Dundar Goc
|
e31b32a293
|
refactor: replace char_u variables and functions with char
Work on https://github.com/neovim/neovim/issues/459
|
2022-05-09 10:03:29 +02:00 |
|
bfredl
|
df41d884a7
|
refactor(grid): move out grid_* functions from screen.c
Also normalize some types. use "size_t" for unsigned array offsets.
Fix -Wconversion issues missed as screen.c is missing this check.
|
2022-05-08 13:22:09 +02:00 |
|