mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
search: codespell: backards -> backwards
This commit is contained in:
parent
006c75d2d3
commit
b3d18e3c8d
1 changed files with 1 additions and 1 deletions
2
search.c
2
search.c
|
|
@ -440,7 +440,7 @@ search_find_next(struct terminal *term)
|
|||
|
||||
struct coord end = start;
|
||||
if (backward) {
|
||||
/* Search backards, until we reach the cell *after* current start */
|
||||
/* Search backwards, until we reach the cell *after* current start */
|
||||
if (++end.col >= term->cols) {
|
||||
end.col = 0;
|
||||
end.row++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue