X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=ia
	cD8yEvHJUahZRwCIslDPQQuk2i0UgtLGT0X7+UyMUHXF6TkfytVWUBONIvH9vqLe
	JP6RNx3+B1zNYsGNWivjaEGR0MTzMILqH+vfZSPmr0Fc1TwzYSpeqB9z02ArWltT
	EaWsAqWOepiCnhDqSA6yGx0XRfCK0IwWJLwjOLmqM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=pOSbC/9V
	KYEDrpFuJsba3Un1Yns=; b=tBOaq2cHS3alg2lw+clA4fXIaGGxEepqbrMEPcLT
	wKh1KGFxYVPibEbygaTXvlkrJmyxZuJu3zlEGtEjHSSoiv/iuTnrF7e1QclJrpBx
	tBMuqOqdSZeuixlaQXlsWBz9kaZYOntrjR5uPjwTaeZvj8eSHC212Nr8TfpdwCzC
	K5w=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-pa0-f50.google.com
MIME-Version: 1.0
X-Received: by 10.68.176.5 with SMTP id ce5mr21409296pbc.93.1403820323036; Thu, 26 Jun 2014 15:05:23 -0700 (PDT)
In-Reply-To: <53AC97C9.7070703@gmail.com>
References: <53AC97C9.7070703@gmail.com>
Date: Thu, 26 Jun 2014 23:05:22 +0100
Message-ID: <CAN=he+VEjAYJg9MQk3Fb9MKtwUj4XAUj_54Q14pn8FTxXXMSmg@mail.gmail.com>
Subject: Re: tmux-1.9a2 ctrl+b not working
From: Philip Daniels <philip.daniels1971@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

I'm running tmux fine in mintty (64 bit version though). I have the
terminal type in mintty set to xterm256-color. I have this in my
.tmux.conf, though I don't think any of it is necessarily relevant in
your situation.

# Set prefix key to C-a
set -g prefix C-a
unbind C-b
bind C-a send-prefix

# So Vim works. With screen-256color most things work, but some keys such as
# HOME and END don't. With xterm-256color most things seem ok....of course
# this requires a terminal that really can emulate an xterm-256color.
set -g default-terminal "xterm-256color"
setw -g xterm-keys on

On 26 June 2014 22:59, DJ Sylvester <dsylvest58@gmail.com> wrote:
> I searched Google.
> I looked at sourceforge tickets http://sourceforge.net/p/tmux/tickets/
> I've read this Cygwin tmux announcement:
> https://cygwin.com/ml/cygwin-apps/2014-06/msg00018.html
> I've reinstalled tmux with cygwin-x86 installer.
>
> I've had no luck.
>
> ctrl+b "command" is not working for me.
>
> I'm running a default mintty as installed by cygwin-x86 on Win-7 with a
> few aliases defined, nothing else. My.tmux.conf file is empty.
>
> To reproduce:
> 1. start tmux
> 2. ctrl+b % (outputs 5u)
> 3. ctrl+b " (no outputs, does nothing)
> 4. ctrl+b c (no outputs, does nothing)
>
> No commands are working. Not sure what to try next.
> Thanks.
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>



-- 
Philip Daniels.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

