This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Place tlinelen type on separate line.
master
noname@inventati.org
10 years ago
committed by
Roberto E. Vargas Caballero
parent
215bdb2da3
commit
6ee56d6590
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
st.c
+ 2
- 1
st.c
View File
@ -673,7 +673,8 @@ y2row(int y) {
return
LIMIT
(
y
,
0
,
term
.
row
-
1
)
;
}
int
tlinelen
(
int
y
)
{
int
tlinelen
(
int
y
)
{
int
i
=
term
.
col
;
if
(
term
.
line
[
y
]
[
i
-
1
]
.
mode
&
ATTR_WRAP
)
Write
Preview
Loading…
Cancel
Save