mirror of
https://github.com/pikami/st.git
synced 2025-04-10 03:31:47 +01:00
\v and \f are have the same behaviour of \n.
This commit is contained in:
parent
311dd6952b
commit
f2388b19b9
2
st.c
2
st.c
@ -1168,6 +1168,8 @@ tputc(char c) {
|
||||
case '\r':
|
||||
tmoveto(0, term.c.y);
|
||||
break;
|
||||
case '\f':
|
||||
case '\v':
|
||||
case '\n':
|
||||
/* go to first col if the mode is set */
|
||||
tnewline(IS_SET(MODE_CRLF));
|
||||
|
Loading…
x
Reference in New Issue
Block a user