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:reply-to:to:from:subject:message-id:date
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=UJd1kgT7FRkzjKW/u1bm+3VuUkIGupfNAAvts6/TZbuQicfbK4hV5
	cA7aruSD2VzC+VjakGGYoPOCgU40tltKzg5m9ebnLgZU9wqeVQwIdHf3MUPGnUf5
	0M7nEgYxp4f5amUPoCQ0l1iBCI7KeeW5I0FilOzbaeP0CYqKNSMJ50=
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:reply-to:to:from:subject:message-id:date
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=Mn7jfgLjywlm7+toqew+LcN6+/M=; b=UMiVCJoVec/lYGey9Duybsy8+pdn
	YWK0z+jZgjGbUXeEySU7p55TKy035PYPi9/MRVr0PazA+2ndUuy5vJLSHoPJYVdJ
	2K4k2Z2vgrHftLqnqq88gxgXt2mnv8uU0g1hM6Mzjfc8oIQUWmdVCEfKmqvAhz2O
	w0qsY4iXe1SKZ4w=
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=-0.9 required=5.0 tests=BAYES_00,FROM_EXCESS_BASE64,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=HX-Received:sk:j10-v6m, connecting, HX-Google-DKIM-Signature:reply-to, H*r:sk:k16-v6s
X-HELO: mail-wr0-f180.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:reply-to:to:from:subject:openpgp:message-id:date         :user-agent:mime-version:content-language:content-transfer-encoding;        bh=ZUOYT1sNdlKSdW7nSENsvDkuFbhFeblc4XB3M59TU8A=;        b=Gvu6Cmh+uY7kKEzaogpXs05vAcTBDiX/mIYf0hTbc0CTaxHG/bovOrirOXg3al0Rqq         EEUnnGdheNCT4/vaRrABGYPh8PxAkHBZ0biTfzY09Fok8sNPqezzbf+5JQp/3JGA33bC         1CPdGHBQExqU/8lgA7VqSbIJ1mmfCT5/671rGSiLcLt4OGMBXIkBiTJFIt3gnkJz9Dh+         J2RyPtej1yHOebaakZHKKnuqu86248T7/RsGHNlMrQwZc6qzHOhmC24PmVTCIFEzgCkC         zbuZqyv8Iso7o5bpkh+fnaN6/hcR67F1aT4Gb6kPc3/pmr0C1lZaPYIbmOy2+KqKs2Wh         RtYA==
X-Gm-Message-State: ALKqPwdS6qhAP2KHikpfqXnV6I9qnYIIJ7uT1rEL7I/u3+Ft/3mXgBHx	3YUK6kyWlg7GJafNQ9REngtJeKfp
X-Google-Smtp-Source: ADUXVKKxzK5gROWevR1sRY2drxoWR17gHf1cme9Gqkpj0gYUqzEe5LePj/Vnd176Xp+DQ9ZDXYUSnA==
X-Received: by 2002:adf:a54a:: with SMTP id j10-v6mr7285516wrb.155.1527803597162;        Thu, 31 May 2018 14:53:17 -0700 (PDT)
Reply-To: bozho@kset.org
To: Cygwin <cygwin@cygwin.com>
From: =?UTF-8?B?TWFya28gQm/Fvmlrb3ZpxIc=?= <bozho@kset.org>
Subject: tmux over ssh problem in Windows console
Openpgp: preference=signencrypt
Message-ID: <38ff9d30-121a-e35f-928b-062dcf9c52ce@kset.org>
Date: Thu, 31 May 2018 22:53:15 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hi all,

I'm having problems with running tmux in an ssh session from a Windows console.

When connecting to a Debian testing machine, with tmux 2.7 installed (default
config, just some key bindings changed) using OpenSSH from a Windows console
(cmd.exe, Powershell), tmux doesn't seem to repaint properly, making the
status line to be offset one row up or disappear.

I've tried changing TERM on the remote machine to linux, xterm and screen,
things only get worse.

When using Putty or MinTTY, everything works fine.

When I connect to a Debian stable machine, with tmux 2.3 installed (again,
default config, same key bindings changed), everything works as expected, even
from a Windows console.

Is there a known incompatibility with Cygwin and tmux 2.7 (or > 2.3)?

Thank you,
-- 
Marko

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

