mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
sixel: TOOD -> TODO (fixes codespell build error)
This commit is contained in:
parent
8129ff69c9
commit
42cc84eab7
1 changed files with 1 additions and 1 deletions
2
sixel.c
2
sixel.c
|
|
@ -537,7 +537,7 @@ sixel_reflow(struct terminal *term)
|
|||
|
||||
if (end < start) {
|
||||
/* Crosses scrollback wrap-around */
|
||||
/* TOOD: split image */
|
||||
/* TODO: split image */
|
||||
sixel_destroy(six);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue