mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -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
|
|
@ -1878,7 +1878,7 @@ term_scroll_reverse(struct terminal *term, int rows)
|
|||
}
|
||||
|
||||
void
|
||||
term_formfeed(struct terminal *term)
|
||||
term_carriage_return(struct terminal *term)
|
||||
{
|
||||
term_cursor_left(term, term->grid->cursor.point.col);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue