This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
\v and \f are have the same behaviour of \n.
master
Aurélien Aptel
14 years ago
parent
6f87a39444
commit
722688d989
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
st.c
+ 2
- 0
st.c
View File
@ -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
)
)
;
Write
Preview
Loading…
Cancel
Save