Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemoving the debugging for the last fix too. - st - [fork] customized build of…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 86261187ab92a037a44af72847f6ed304ea58e64
parent 9888c5064badc60cd5e894f60451c2be762a481c
Author: Christoph Lohmann <[email protected]>
Date: Sat, 3 Nov 2012 14:05:45 +0100
Removing the debugging for the last fix too.
Diffstat:
M st.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -2750,8 +2750,6 @@ cresize(int width, int height)
void
resize(XEvent *e) {
- fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width,
- e->xconfigure.height);
if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h)
return;
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.