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
clean \t.
master
Aurélien Aptel
14 years ago
parent
44226483fb
commit
5c93f399c5
1 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-6
st.c
+ 1
- 6
st.c
View File
@ -861,12 +861,7 @@ csireset(void) {
void
tputtab
(
void
)
{
int
space
=
TAB
-
term
.
c
.
x
%
TAB
;
if
(
term
.
c
.
x
+
space
>
=
term
.
col
)
space
-
-
;
for
(
;
space
>
0
;
space
-
-
)
tmovecursor
(
CURSOR_RIGHT
)
;
tmoveto
(
term
.
c
.
x
+
space
,
term
.
c
.
y
)
;
}
void
Write
Preview
Loading…
Cancel
Save