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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=MuLZqLdsVtaYzTJz hKlGYf8FCnFfK71zPamn2PeLl+dQD5ctFyfhTqQLl+W58fig86QPePT8gxhwd/9C XJR2LZD0lQs+t7Q10fZUxTxJILBvjUWXe0+2CvFDtUONUnyfi2PCJVBJ+gled4y9 HDfIf7tRcKaPz4z/suva/5ZpH2I= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=tD/Fr9jGltPpfdDQJQV3pL SPtFg=; b=LyU8OOkixu4GgxYFSKErLoZtffWrZbdA1WXFK2iX18OzEdGEKvOlmk M78irJ31vgt6JIEjl4zYbkgcfd89G18FbjFE4wA8aVOqMFDiwcXbB7GRamlN2dHj AWKYh3l/r81cFPEoU1IrIU44aJlScomit6Qtbn/aTSwT4LGkgCVRY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:BY4d1hH, H*i:BY4d1hH, H*i:sk:4TP7xtO, H*f:sk:4TP7xtO X-HELO: mail-wm0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7OIIeLj3rlVt6ik2uAkJKKIO02M9Kx303B8GQsYhmUg=; b=KQmIzXurP7qUY44Qc/dWd/pOPhk2b8JNXdbVmV1AsxIPuCi0WLsBjG7//ahcT2M4dv NGr3/HDLpHwk7xFPUV/fhEAKEnR8jaagKrhy22jSJ6jNWSa3ksYdMd+OqXUDdKKw5zQM 4koeVIrAyW+fsCfeGXqmYrWJ+G5yQoXd83hWbOuIqmq4XOI9j/uTVNz8E0sgS3B+M10h WML4T5n+tDx0lJZFgkGr1D+kHevFBhGMxcFwa9i/n9l3l9OpLt/m1zdx+1uyHad3+tq7 Hj+2yj+gAnje3hWinEWIVpPXlbZUPOFuwaaSoFYkGGK4VDRW1bdYeGqmW7NR956JtO9H Noaw== X-Gm-Message-State: AD7BkJJLf3HANVKNwLN/6OmuOwXgz9XcUGRVIwLdaudranVrK7CV0ROblvm98xoYbYettg== X-Received: by 10.194.21.197 with SMTP id x5mr18216520wje.90.1459939375471; Wed, 06 Apr 2016 03:42:55 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] Updated: mutt-1.6.0-1 To: cygwin AT cygwin DOT com References: <5704D000 DOT 5020502 AT gmail DOT com> <5704D573 DOT 5020909 AT gmail DOT com> From: Marco Atzeri Message-ID: <5704E829.1060808@gmail.com> Date: Wed, 6 Apr 2016 12:42:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 06/04/2016 11:32, Ismail Donmez wrote: > Hi, > > On Wed, Apr 6, 2016 at 12:22 PM, Marco Atzeri wrote: >> A counter example: >> http://chbrauner.blogspot.de/2014/02/mutt-compiled-against-ncurses-and.html >> >> try and let me know > > I am not using a mutt colorscheme but a mintty one which mutt fails to > render. I will, however, try the change but a quote from the page > > "The solution is to replace a lot of the very specific color > specifications of the colorscheme by the value default. " > > This proves the point that mutt is unable to use 256-color specifications. > > Thanks, > Ismail ncurse can handle 256 color. I doubt that mutt is different from other programs. which TERM variable are you using ? $ TERM="xterm" $ tput colors 8 $ TERM="xterm-256color" $ tput colors 256 -- 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