delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/10/24/17:07:46

X-Recipient: archive-cygwin AT delorie DOT 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:reply-to:from:date:message-id
:subject:to:content-type; q=dns; s=default; b=KbXRxcFTvXQdOLDPZ0
XT15F9YvxvPC5a9RFr/6A3C8jnXN3edioCdJgYxw/0qVnjJR8/Wo3EnUmZDEQbht
U8kvlyThkTkRGDR+UAqhUNjdIlw+M6k0PGId+8bDw0WySKdazfmoS1z5593tkCdw
Mhr2Fiv/lDtIRqJlrZRDFCBfk=
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:reply-to:from:date:message-id
:subject:to:content-type; s=default; bh=fY60zC4zWlBju0ByD5/KAPL5
wcU=; b=U/G049p5HYSZ0AfnQ9rUiGE7R4/5R62++/vjhp88i7rYdp7Mojbvfqxk
THWrv/2g5KdF91r2VJa9nL8Xx1gvRu1QQB5jRD5YN4xOEx0azbWM7aiwlU3vOs33
xK4B/Rw3rfW8oEOdE6ZkNL4xMkul2viDXvukVgS17298ae8U9Rk=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=disappointed, mouse, shed, WINDOWS
X-HELO: mail-yw0-f177.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=pbGq1qtg69EdzXw9KIyhlRSOIHDFBxJ2mjGL00adMn4=; b=ELopncUC6R91fWpnPjdOyqFn2ykvurY5lVL+nN84ufhfrhBjHA3U07GE8tLCxjee12 h8lLiwXvt0WnowfZv1hG4qkhkJfV8x6Mt+++kMkJ3tP1QJqx/zLvlH3Hv6XgUJCESwH5 FaCwrXIrPJIlbc/n4GNMRmVtPnGkVY4Uhw1xX6lmHU/+OAPWboW/ce4ZxQu7sKDiIx8N nh7ESTpW0oQkHHKPEnG6aELrLzFZu9lYsFW1u88UUH086eGC88I5cA0a2wbu1XGpxzio VFoV4ZA1psz8EjFDdtOZgkmS58MnYsljMpjeyw6bhGBcguqu4Ny3iDDV16WZu0QEsCfG tO4Q==
X-Gm-Message-State: ABUngvdaskRow21WY1inKsrbsvkYURWXMfp6zvUM6YMLPzB6WNw+gWLUgzYifE7Iv2vYOFD4L+RpWM546g9Gkg==
X-Received: by 10.13.248.132 with SMTP id i126mr16955958ywf.41.1477343246100; Mon, 24 Oct 2016 14:07:26 -0700 (PDT)
MIME-Version: 1.0
Reply-To: cappy2112 AT gmail DOT com
From: Tony Cappellini <cappy2112 AT gmail DOT com>
Date: Mon, 24 Oct 2016 14:07:25 -0700
Message-ID: <CABRXM4=gnfat=bRgVeEezFrJ_fYKxLUDZ2D5NeESYkHP_nHSRQ@mail.gmail.com>
Subject: tmux conf commands don't work in Cygwin tmux
To: cygwin AT cygwin DOT com

Hi,

I'm using the following version of Cygwin on Windows 7 Pro 64-Bit.
CYGWIN_NT-6.1 <system name> 2.6.0(0.304/5/3) 2016-08-31 14:32 x86_64 Cygwin



I've got a minimal .tmux.conf file that I use on OSX & Linux. this
conf file works great on OSX,
as mouse support works as desired.

My .tmux.conf file is as follows

# Enables mouse scroll, mouse copy, mouse resize, mouse select
set-option -g mouse on

#scrollback buffer is very small by default, make it bigger
set -g history-limit 25000

set -g default-terminal "screen-256color"

# START NUMBERING WINDOWS AT 1 INSTEAD OF 0
set -g base-index 1



When I copied that file to my home directory in Cygwin,
I was surprised and disappointed that the same config commands don't
work, even though
I'm using the same version of tmux under Cygwin (tmux 2.2)

When I comment our the each line, tmux under Cygwin complains about
the next line.
I have re-sourced the conf file after each edit.

Would someone shed some light on this incompatibility with tmux under Cygwin?


Thanks


Tony

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019