How do I get the backspace key to send ^H in tmux?

2015-01-10 Thread Nuzhna Pomoshch
New user to tmux. Unfortunately, one of the first things I discovered is that (in tmux), pressing the backspace key throws out ^? instead of ^H (xterm), which is causing me all sorts of problems. I assume this is relatively easy to reconfigure, but I spent some time searching and reading for h

Re: [PATCH] Makefile.am: remove unsafe headers path

2015-01-10 Thread Romain Naour
Hi, Le 29/12/2014 22:35, Romain Naour a écrit : > /usr/local/include is probably not needed and it's unsafe for > cross-compilation. > > Signed-off-by: Romain Naour > --- > Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > inde

Re: [PATCH] Makefile.am: remove unsafe headers path

2015-01-10 Thread Nicholas Marriott
Well, why is it unsafe? I'm not too concerned about crossbuilding TBH. Are you sure this isn't still needed on eg FreeBSD? Original message From: Romain Naour Date:10/01/2015 14:12 (GMT+00:00) To: nicholas.marri...@gmail.com Cc: tmux-us...@lists.sf.net Subject: Re: [PATCH

Re: [PATCH] Makefile.am: remove unsafe headers path

2015-01-10 Thread Romain Naour
Hi Nicholas, Le 10/01/2015 18:16, Nicholas Marriott a écrit : > Well, why is it unsafe? I'm not too concerned about crossbuilding TBH. Are you > sure this isn't still needed on eg FreeBSD? Ok, let's me explain my use case. tmux has been packaged in Buildroot [1][2] (and probably Yoto too) and th

Re: [PATCH] Makefile.am: remove unsafe headers path

2015-01-10 Thread Nicholas Marriott
Hmm well I think it's nice if users can just download the tarball and run configure and it works without having to point it at dependencies, something which regularly confuses users. /usr/local is a common default location for local builds, I've occasionally been tempted to add some others too.