Introduction
Introduction Statistics Contact Development Disclaimer Help
tstyle: remove double empty newlines - st - [fork] customized build of st, the …
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 4e0135afeca43f5affe13d7269cb98e7ac526074
parent a8cb8e94547d7e31441d2444e8a196415e3e4c1f
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 3 Mar 2019 11:23:54 +0100
style: remove double empty newlines
Diffstat:
M st.c | 1 -
M x.c | 2 --
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -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
t@@ -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;
t@@ -1769,7 +1768,6 @@ kpress(XEvent *ev)
ttywrite(buf, len, 1);
}
-
void
cmessage(XEvent *e)
{
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.