This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
st
Watch
1
Star
0
Fork
You've already forked st
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
tiny style fix
Browse Source
master
Hiltjo Posthuma
5 years ago
parent
94b8ec0021
commit
e6e2c6199f
1 changed files
with
1 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
st.c
Unescape
Escape
View File
@ -843,7 +843,6 @@ ttyread(void)
if
(
buflen
>
0
)
if
(
buflen
>
0
)
memmove
(
buf
,
buf
+
written
,
buflen
)
;
memmove
(
buf
,
buf
+
written
,
buflen
)
;
return
ret
;
return
ret
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
aselimov/st
Title
Body
Create Issue