mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00

committed by
Justin M. Keyes

parent
86c4a87fe9
commit
001e69cd46
@@ -626,7 +626,7 @@ static void ui_comp_grid_scroll(UI *ui, Integer grid, Integer top,
|
||||
if (covered || curgrid->blending) {
|
||||
// TODO(bfredl):
|
||||
// 1. check if rectangles actually overlap
|
||||
// 2. calulate subareas that can scroll.
|
||||
// 2. calculate subareas that can scroll.
|
||||
compose_debug(top, bot, left, right, dbghl_recompose, true);
|
||||
for (int r = (int)(top + MAX(-rows, 0)); r < bot - MAX(rows, 0); r++) {
|
||||
// TODO(bfredl): workaround for win_update() performing two scrolls in a
|
||||
|
Reference in New Issue
Block a user