Re: segfault

2010-11-22 Thread Nicholas Marriott
Yes, I know about these but they are more limited. In any case, I can't reproduce with the window.c fix on either platform. On Tue, Nov 23, 2010 at 12:40:06AM +, Ben Boeckel wrote: > Nicholas Marriott wrote: > > Pretty sure this is use-after-free, which points to w->last still not > > being

Re: segfault

2010-11-22 Thread Ben Boeckel
Nicholas Marriott wrote: > Pretty sure this is use-after-free, which points to w->last still not > being set properly somewhere. > > Can't reproduce on OpenBSD though and its malloc() is much more > rigorous has much better error checking... The MALLOC_CHECK_ and MALLOC_PERTERB_ variables make m

Re: segfault

2010-11-22 Thread Nicholas Marriott
Are you sure you tried the same thing? I can't make it crash with this on Linux. On Sun, Nov 21, 2010 at 04:22:27PM +, Thomas Adam wrote: > On Sun, Nov 21, 2010 at 04:18:12PM +, Nicholas Marriott wrote: > > Does this fix it? > > > > Index: window.c > > ==

Re: segfault

2010-11-22 Thread Nicholas Marriott
Pretty sure this is use-after-free, which points to w->last still not being set properly somewhere. Can't reproduce on OpenBSD though and its malloc() is much more rigorous has much better error checking... On Sun, Nov 21, 2010 at 04:14:21PM +, Thomas Adam wrote: > On Sun, Nov 21, 2010 at 03

Re: feature: can searching optionally be made case insensitive?

2010-11-22 Thread Nicholas Marriott
Added to todo list. Cheers On Tue, Nov 02, 2010 at 12:01:10AM +0100, clemens fischer wrote: > Hi, > > sometimes I'm looking for a string in history without knowing what mix > of upper/lowercase it has. For this an option to ignore case in the > "Search" commands would be very useful! > > > c

Re: Integration with a terminal emulator

2010-11-22 Thread Nicholas Marriott
At the moment I don't see a problem adding code to do this but how much free time I have is highly variable so no guarantees how quickly. On Thu, Nov 18, 2010 at 01:06:20AM -0800, George Nachman wrote: >Sorry for the delay, I was also on vacation. I think we're in agreement on >the signif

Re: Add XAUTHORITY to default for update-environment

2010-11-22 Thread Andreas Kloeckner
On Mon, 22 Nov 2010 20:17:09 +, Nicholas Marriott wrote: > Not sure about this one, KDE and GNOME and DBus are not really standard > Unix software. True. However, DBus has become rather common on Linux, which is an important 'special case'. :) > Doesn't it find it from ~/.dbus anyway if it

Re: bind-key question

2010-11-22 Thread Nicholas Marriott
Try eg: set -g terminal-overrides "xterm*:kLFT4=\eO10C:kRIT4=\eO10D" Then bind M-S-Left. On Mon, Nov 22, 2010 at 03:45:24PM +, Steve mailinglists wrote: >Hi, >I'm on OSX with XQuartz and have been using happilily screen for years, >but I'm currently giving tmux a try and have bee

Re: Add XAUTHORITY to default for update-environment

2010-11-22 Thread Nicholas Marriott
Not sure about this one, KDE and GNOME and DBus are not really standard Unix software. Doesn't it find it from ~/.dbus anyway if its unset? On Mon, Nov 22, 2010 at 10:37:49AM -0500, Andreas Kloeckner wrote: > Hi Nicholas, all, > > On Mon, 08 Nov 2010 12:08:30 -0500, Andreas Kloeckner > wrote:

bind-key question

2010-11-22 Thread Steve mailinglists
Hi, I'm on OSX with XQuartz and have been using happilily screen for years, but I'm currently giving tmux a try and have been porting my screenrc to my .tmux.conf. However, I'm having trouble with two lines in particular... I have the two lines below in my .screenrc with translate to Alt-Shift-Le

Re: Add XAUTHORITY to default for update-environment

2010-11-22 Thread Andreas Kloeckner
Hi Nicholas, all, On Mon, 08 Nov 2010 12:08:30 -0500, Andreas Kloeckner wrote: > Hi there, > > I'm writing to ask that you add XAUTHORITY to the environment variables > being updated by default--without that, X11 connections don't succeed > even with an updated session environment on my Debian b