[dev] [st] a real (I think) feature request

2009-10-31 Thread John A. Grahor
I'd like a terminal emulator that has a "dumb" terminal mode, i.e. where line editing can happen locally and what one types is only sent to the tty when one hits return (or some other key). I use ssh to connect to hosts with very slow, high latency satellite links. It is exceedingly painful t

Re: [dev] Re: stali and OpenBSD userland etc.

2010-04-13 Thread John A. Grahor
I'm running OpenBSD 4.6 and: which arch /usr/bin/arch strings /usr/bin/arch ... $OpenBSD: arch.c,v 1.11 2004/05/09 03:20:45 deraadt Exp $ which head /usr/bin/head strings /usr/bin/head ... $OpenBSD: head.c,v 1.14 2007/10/31 16:29:50 jmc Exp $ ... etc So I think you may be missing something. R

[dev] Evils of glibc

2010-10-07 Thread John A. Grahor
Here's just another example of the evils of glibc. I was linking an executable statically on Red Hat Enterprise 5.5 and got this message: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking They've

[dev] dwm window outline during mouse resize/move patch

2012-06-01 Thread John A. Grahor
I forward X halfway around the world and the mouse move/resize as implemented in dwm brings things to a screeching halt. I noticed that the non-solid move/resize in evilwm works much better because it doesn't demand the client to redraw a billion times as you drag the mouse because it just dra

Re: [dev] dwm window outline during mouse resize/move patch

2012-06-04 Thread John A. Grahor
Here is the patch for version 6.0. diff -up dwm-6.0/dwm.c dwm-6.0-wired/dwm.c --- dwm-6.0/dwm.c 2011-12-19 10:02:46.0 -0500 +++ dwm-6.0-wired/dwm.c 2012-06-04 23:40:45.0 -0400 @@ -103,6 +103,7 @@ typedef struct { unsigned long sel[ColLast]; Drawable drawable;