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
tab moves the cursor instead of inserting spaces.
master
Aurélien Aptel
15 years ago
parent
1cf8b77d27
commit
a866108af2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -566,7 +566,7 @@ tputtab(void) {
space
-
-
;
for
(
;
space
>
0
;
space
-
-
)
t
putc
(
'
'
)
;
t
cursor
(
CSright
)
;
}
void
Write
Preview
Loading…
Cancel
Save