term: rename term_formfeed() -> term_carriage_return()

This commit is contained in:
Daniel Eklöf 2020-07-14 09:29:10 +02:00
parent 7f7ab00e11
commit b9719673a1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 9 additions and 5 deletions

View file

@ -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);
}