mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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
3
csi.c
3
csi.c
|
|
@ -729,6 +729,9 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 20: /* Automatic Newline Mode - LNM */
|
||||
/* TODO: would be easy to implemented; when active
|
||||
* term_linefeed() would _also_ do a
|
||||
* term_carriage_return() */
|
||||
LOG_WARN("unimplemented: automatic newline mode (LNM)");
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue