Re: r2749: Xterm version problems with VTE (GTK widget)

2012-08-18 Thread Tom Ryder
Attached is the patch I mentioned below that I'm using, in case it's of value to anyone or clarifies the problem a bit. On 19 August 2012 03:11, Tom Ryder wrote: > Hi tmux devs; > > Revision r2749 (sync OpenBSD patchset 1070) by tcunha includes some code > implementing

r2749: Xterm version problems with VTE (GTK widget)

2012-08-18 Thread Tom Ryder
roperly again in all terminals I've tried. Is this perhaps something that should be taken up with the VTE devs, or could there be some other sensible workaround? This is my first submission to the list, so apologies if I've not followed an appropriate procedure. I'm a big fan of tmux and I

Re: r2749: Xterm version problems with VTE (GTK widget)

2012-08-18 Thread Tom Ryder
bably put a range check in since xterm won't get to version > 2802 for a few years. > > > > On Sun, Aug 19, 2012 at 03:11:55AM +1200, Tom Ryder wrote: >> Hi tmux devs; >> >> Revision r2749 (sync OpenBSD patchset 1070) by tcunha includes some code >> implemen

Redraw bug introduced by 35690fb3 (OpenBSD patchset 1163)

2012-09-28 Thread Tom Ryder
in both rxvt-unicode-256color and xfce4-terminal. The attached patch is a suggested fix that resolves the issue above for me. I was brain-dumping in #tmux about this earlier today (as tyrmored), so please ignore my babblings there. --Tom Ryder @ Sanctum 35690fb3-redraw.patch Desc

Re: Issues building with a prefix

2012-10-17 Thread Tom Ryder
Hi Feanil; I do something similar to make tmux compile locally with libevent 2.0.20 in my home directory. I find that passing environment flags to ./configure works well: $ CFLAGS="-I$HOME/include" LDFLAGS="-L$HOME/lib" ./configure --prefix=$HOME This also requires adding $HOME/lib to your ldcon