mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -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
|
|
@ -506,7 +506,7 @@ void term_scroll_partial(
|
|||
void term_scroll_reverse_partial(
|
||||
struct terminal *term, struct scroll_region region, int rows);
|
||||
|
||||
void term_formfeed(struct terminal *term);
|
||||
void term_carriage_return(struct terminal *term);
|
||||
void term_linefeed(struct terminal *term);
|
||||
void term_reverse_index(struct terminal *term);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue