all repos — st @ 4e0135afeca43f5affe13d7269cb98e7ac526074

st (suckless terminal) config

style: remove double empty newlines
Hiltjo Posthuma hiltjo@codemadness.org
commit

4e0135afeca43f5affe13d7269cb98e7ac526074

parent

a8cb8e94547d7e31441d2444e8a196415e3e4c1f

2 files changed, 0 insertions(+), 3 deletions(-)

jump to
M st.cst.c

@@ -2335,7 +2335,6 @@ term.esc |= ESC_STR_END;

goto check_control_code; } - if (IS_SET(MODE_SIXEL)) { /* TODO: implement sixel mode */ return;
M x.cx.c

@@ -763,7 +763,6 @@

if (!BETWEEN(x, 0, dc.collen)) return 1; - if (!xloadcolor(x, name, &ncolor)) return 1;

@@ -1768,7 +1767,6 @@ }

} ttywrite(buf, len, 1); } - void cmessage(XEvent *e)