Introduction
Introduction Statistics Contact Development Disclaimer Help
remove debug statement - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit 8215db707caea46a5ba1d8b6c43ed36390b7d5d8
parent 96e1607e78244f8ae85785938b66938e9586c4fb
Author: Markus Teich <[email protected]>
Date: Sat, 2 May 2015 13:29:03 +0200
remove debug statement
Diffstat:
M sent.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/sent.c b/sent.c
@@ -555,7 +555,6 @@ void xloadfonts(char *fontstr)
}
fonts[i] = drw_fontset_create(d, (const char**)fstrs, LEN(fstr…
}
- drw_setfontset(d, fonts[19]);
}
void bpress(XEvent *e)
You are viewing proxied material from suckless.org. 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.