docs: small fixes (#26243)

Co-authored-by: umlx5h <umlx5h21@protonmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: Evan Farrar <evan@evanfarrar.com>
This commit is contained in:
dundargoc
2023-12-06 01:04:21 +01:00
committed by GitHub
parent 06ff540e1c
commit cc38086039
10 changed files with 15 additions and 14 deletions

View File

@@ -2833,7 +2833,7 @@ static int do_more_prompt(int typed_char)
} else {
// redisplay all lines
// TODO(bfredl): this case is not optimized (though only concerns
// event fragmentization, not unnecessary scroll events).
// event fragmentation, not unnecessary scroll events).
grid_fill(&msg_grid_adj, 0, Rows, 0, Columns, ' ', ' ',
HL_ATTR(HLF_MSG));
for (int i = 0; mp != NULL && i < Rows - 1; i++) {