st

simple terminal

git clone https://9o.is/git/st.git

commit c6332207317ca6acf89dc2e02f523893b4576327
parent e3101c814ac2da9062a4c90e6a174d142524c34d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  3 Mar 2019 11:23:54 +0100

style: remove double empty newlines

Diffstat:
Mst.c | 1-
Mx.c | 2--
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git 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 @@ -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) {