This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
style: remove double empty newlines
master
Hiltjo Posthuma
6 years ago
parent
a8cb8e9454
commit
4e0135afec
2 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
st.c
+0
-2
x.c
+ 0
- 1
st.c
View File
@ -2335,7 +2335,6 @@ tputc(Rune u)
goto
check_control_code
;
}
if
(
IS_SET
(
MODE_SIXEL
)
)
{
/* TODO: implement sixel mode */
return
;
+ 0
- 2
x.c
View File
@ -763,7 +763,6 @@ xsetcolorname(int x, const char *name)
if
(
!
BETWEEN
(
x
,
0
,
dc
.
collen
)
)
return
1
;
if
(
!
xloadcolor
(
x
,
name
,
&
ncolor
)
)
return
1
;
@ -1769,7 +1768,6 @@ kpress(XEvent *ev)
ttywrite
(
buf
,
len
,
1
)
;
}
void
cmessage
(
XEvent
*
e
)
{
Write
Preview
Loading…
Cancel
Save