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
fix \b and clean \t.
master
Aurélien Aptel
14 years ago
parent
a7922bd1d9
commit
b09401b96b
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
st.c
+ 0
- 5
st.c
View File
@ -443,11 +443,6 @@ tmovecursor(int dir) {
break
;
case
CURSOR_LEFT
:
xf
-
-
;
if
(
term
.
mode
&
MODE_WRAP
&
&
xf
<
0
)
{
xf
=
term
.
col
-
1
,
yf
-
-
;
if
(
yf
<
term
.
top
)
yf
=
term
.
top
,
xf
=
0
;
}
break
;
case
CURSOR_RIGHT
:
xf
+
+
;
Write
Preview
Loading…
Cancel
Save