Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
(from parent 2:
ecac5ee
)
Merge branch 'master' of ssh://suckless.org/gitrepos/st
author
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 13 Apr 2015 20:01:40 +0000
(22:01 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 13 Apr 2015 20:01:40 +0000
(22:01 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
b2bcfe9
..
f874127
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2392,7
+2392,7
@@
tputtab(int n) {
for(--x; x > 0 && !term.tabs[x]; --x)
/* nothing */ ;
}
- t
moveto(x, term.c.y
);
+ t
erm.c.x = LIMIT(x, 0, term.col-1
);
}
void