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:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=RRXDxp0 qQSW84UMuvT/WgFzjBx5VuZI7gxSUbkm14+YnggWgh15l+4HyQxdskh2rMS4kRfI icogEG9nGoLY6XJGiluPQtEdmasg35zBSf3t4QnJohyE31N14xb+3+LyehpRpf4f THTrRa8ZUvO1dGTV/WOlnh03plrjte+TatJE= 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:from:date :message-id:subject:to:content-type; s=default; bh=Z79d17rBef/P6 SY38hbKUtTq/2k=; b=DqmqdjXd49UqZFZT1Dx+YNhuIKY9/NDJp7j2nSLd77s3Z pQ10rKYOqv38F4xhgdKDFbsY2PtlhqOGTAvhkByFHGOjIzCxAJSAWSHSzIqPLxZO FF9n7GpaUki+H4Y08p97kwoaGNa7KYRXA2PmrHoPxEzlpTJYZCSaIpbUn8eXok= 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.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1402, H*f:sk:5704E82, H*i:sk:5704E82 X-HELO: mail-wm0-f43.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:in-reply-to:references:from:date :message-id:subject:to; bh=I83Ib2BVzBDD7IXZ5fQa+X5vUGgEffXJgf+29l1+7/o=; b=AAXm5/gSM7T+kJdCVkhm6gAVqCK/GL+KvgGl+TIxdfimvVz1LAvLWEt06bmzWmTFKC 3mfZRrb14t1n6V5pWrKl8iSsa4sclsz0aQk+2Lj4+5Nc/BhlbvHn0FjjS9RwcaezGVfm OPzkP0HkNRnQiTbF9Lw1Mj6VPsYmYb+l/Cfe46A3mUCw02a+tX8qdw4+ZpF+0M40bYSU mah7A+uY/aO5NuXNQPa0L1qdisCeO0Vmu1zQrVLfwK61FnnmCU0rm05awL30sLDE3gN5 D3lIPQajAJsQM2KFrqNUnJtSoqJwbYmAvFJTrMMvXHsrJZuXg2mXRALDpmAvUfJGbOYZ GmwA== X-Gm-Message-State: AD7BkJID0JkoC0awUW5EvMPXJViSpWaJdCQgLf7AHZ+NK/8WhKEto4VLWCb3XiPHumC7O7QDZ6pNipgjs1boEQ== X-Received: by 10.194.22.68 with SMTP id b4mr21693233wjf.158.1459944976539; Wed, 06 Apr 2016 05:16:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5704E829.1060808@gmail.com> References: <5704D000 DOT 5020502 AT gmail DOT com> <5704D573 DOT 5020909 AT gmail DOT com> <5704E829 DOT 1060808 AT gmail DOT com> From: Ismail Donmez Date: Wed, 6 Apr 2016 15:15:46 +0300 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: mutt-1.6.0-1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Hi, On Wed, Apr 6, 2016 at 1:42 PM, Marco Atzeri wrote: > 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 My TERM is also xterm-256color but however that won't matter because looking at mutt-1.6.0/color.c I see: #ifdef USE_SLANG_CURSES static char *get_color_name (char *dest, size_t destlen, int val) { static const char * const missing[3] = {"brown", "lightgray", "default"}; int i; [...] #endif and similar functions. So looks like "some" color functionality depends on slang. Regards, ismail -- 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