mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04: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) {
|
if (end < start) {
|
||||||
/* Crosses scrollback wrap-around */
|
/* Crosses scrollback wrap-around */
|
||||||
/* TOOD: split image */
|
/* TODO: split image */
|
||||||
sixel_destroy(six);
|
sixel_destroy(six);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue