Re: git HEAD fails to compile on Mac OS 10.9

2014-10-21 Thread Christian Ebert
* Nicholas Marriott on Tuesday, October 21, 2014 at 09:27:00 +0100 > Try this please: > > diff --git a/compat.h b/compat.h > index 2e433a0..5f3ff8f 100644 > --- a/compat.h > +++ b/compat.h > @@ -176,6 +176,10 @@ typedef uint64_t u_int64_t; > #define TTY_NAME_MAX 32 > #endif > > +#ifndef HOST_NAME

git HEAD fails to compile on Mac OS 10.9

2014-10-21 Thread Christian Ebert
Hello, Trying to build git HEAD fails here like so: depbase=`echo screen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"tmux\ 2.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\"

Re: tmux and emacs

2014-10-20 Thread Christian Ebert
* Leigh Stoller on Friday, October 17, 2014 at 17:25:45 -0700 > Hi there, I have a tmux+emacs problem. Two really. The first is the ^H vs > ^? issue. I understand that I can bind erase to ^? on all my machines > (many, many), but I am curious as to why tmux generates ^D when I press the > delete ke

Re: tmux messes up my backspace character

2014-08-15 Thread Christian Ebert
* Rhialto on Friday, August 15, 2014 at 13:36:22 +0200 > It seems that tmux translates the erase character, but it should not do > that. > > In my xterms I have set the option "Backarrow key" which causes the key > labeled "backspace" to generate an actual backspace (control-H) > character. Corres

Re: trouble with control characters

2014-02-09 Thread Christian Ebert
* Christian Ebert on Monday, February 03, 2014 at 09:58:09 +0100 > 1. I cannot insert them in Vim: Ctrl-BackSpace should show up as > ^?, but just goes back - does not happen in xterm or screen. Actually I can, the correct way: CTRL-V CTRL-BackSpace shows up as ^? - same at the command line

Re: trouble with control characters

2014-02-05 Thread Christian Ebert
* Stroller on Wednesday, February 05, 2014 at 13:56:24 + >> I'm on a Mac Book Pro, there is no delete key. > > What about fn-backspace? Tried that already, does nothing at all under any circumstances. But I'm gonna re-check. -- theatre - books - texts - movies Black Trash Productions at hom

Re: trouble with control characters

2014-02-04 Thread Christian Ebert
* Nicholas Marriott on Tuesday, February 04, 2014 at 20:58:10 + > On macs you can get delete with some one of their special keys and backspace. > > Anyway try running stty verase ^? in tmux. $ stty verase ^? stty: illegal option -- verase usage: stty [-a|-e|-g] [-f file] [options] verase see

Re: trouble with control characters

2014-02-04 Thread Christian Ebert
* Nicholas Marriott on Tuesday, February 04, 2014 at 17:15:06 + > Does your delete key actually send ^H It seems to send ^? In xterm and screen: ~$ sed -n l ^? \177$ In tmux: ~$ sed -n l $ But chances are I'm going the wrong way about diagnosing this. > and is that the same as backspace

Re: trouble with control characters

2014-02-04 Thread Christian Ebert
* Nicholas Marriott on Tuesday, February 04, 2014 at 07:28:25 + > Check what VERASE is in stty -a, tmux uses that to work out what delete is. In tmux: stty -a | grep '\berase\b' erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; In xterm and screen the value is ^H. --

trouble with control characters

2014-02-03 Thread Christian Ebert
Hi, Trying out tmux I encounter the following problems with control characters: 1. I cannot insert them in Vim: Ctrl-BackSpace should show up as ^?, but just goes back - does not happen in xterm or screen. 2. Mutt's (default) mapping for the page has no effect, also when entered literraly in m