mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
term: rename term_formfeed() -> term_carriage_return()
This commit is contained in:
parent
7f7ab00e11
commit
b9719673a1
5 changed files with 9 additions and 5 deletions
2
sixel.c
2
sixel.c
|
|
@ -469,7 +469,7 @@ sixel_unhook(struct terminal *term)
|
|||
|
||||
for (size_t i = 0; i < image.rows; i++)
|
||||
term_linefeed(term);
|
||||
term_formfeed(term);
|
||||
term_carriage_return(term);
|
||||
render_refresh(term);
|
||||
|
||||
sixel_insert(term, image);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue