pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8cb8e9
)
style: remove double empty newlines
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 3 Mar 2019 10:23:54 +0000
(11:23 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 3 Mar 2019 10:23:54 +0000
(11:23 +0100)
st.c
patch
|
blob
|
history
x.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
cf8687e
..
379dd10
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-2335,7
+2335,6
@@
tputc(Rune u)
goto check_control_code;
}
-
if (IS_SET(MODE_SIXEL)) {
/* TODO: implement sixel mode */
return;
diff --git
a/x.c
b/x.c
index
2cd76d0
..
aa86b31
100644
(file)
--- a/
x.c
+++ b/
x.c
@@
-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)
{