Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
215bdb2
)
Place tlinelen type on separate line.
author
[email protected]
<
[email protected]
>
Sat, 18 Apr 2015 16:45:21 +0000
(18:45 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 20 Apr 2015 06:30:49 +0000
(08:30 +0200)
st.c
diff
|
blob
|
history
diff --git
a/st.c
b/st.c
index
d22c605
..
bf5b675
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-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)