X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.7 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Date: Tue, 14 Jun 2011 08:11:50 -0500
From: Eric Pruitt <eric.pruitt@gmail.com>
To: cygwin@cygwin.com
Subject: Re: GNU screen not redrawing properly
Message-ID: <20110614131150.GA1104@icebox>
References: <20110613215328.GA3260@icebox> <BANLkTinsSdnSrkuBPm8vq+vrFP_e7gTecA@mail.gmail.com> <20110613234412.GA3724@icebox> <BANLkTi=6Mx6QdD2bHhP4Eb71DXO4bt7PeQ@mail.gmail.com> <20110614121229.GA556@icebox> <BANLkTiki2q6fhUNbMhqXg-2_=kccbQG5ag@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <BANLkTiki2q6fhUNbMhqXg-2_=kccbQG5ag@mail.gmail.com>
User-Agent: Mutt/1.5.20 (2009-12-10)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

On Tue, Jun 14, 2011 at 01:32:39PM +0100, Andy Koppe wrote:
> Ah, this invokes screen itself with TERM=screen-256color, which tells
> it to talk to the outside terminal as if that's another screen, which
> is wrong. You want to be invoking it with TERM=xterm-256color instead
> (which can be selected on the Terminal page of the mintty options).
> 
> Screen's '-T <term>' option determines the TERM variable inside
> screen. Setting that to "screen-256color" to tell applications that
> they're running in a 256-colour enabled screen does make sense.
> 
> Btw, screen emulates 256-colour mode inside a terminal that only
> supports 16 colours, by mapping the colours appropriately. Of course
> you'll still only get 16 actual colours, but it's still better than
> having colour requests beyond the basic 16 ignored.
> 
> Andy

Since Console2 is the only 16 bit terminal emulator I use, I suppose it would 
make the most sense to only not set xterm-256color when TERM == 'cygwin'.

Thanks for the explanation, and sorry I forgot to hit group-reply on my last 
message.

Eric

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

