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=brsZmST TkQ95ZPGnaByv1oCNVHMBCBKuWSiRZNOxevs+flMEdv5o3ZTnVX7aKDrTzVIrOKU 1KsILOrwsYgC3srn+2RMovw76GwO8aVeBb9eC4u30LGwTBfUp6jDB3eN/QWhHhRN UUPB25LWWoBoeb6svGk4vilMIK6Tq+kXKdjw= 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=nf6vd3RcMD+vL i7KApWqnMRXL/w=; b=ZNwM422UZQoWBsmfLUdyw6RyyGpQEN54bpLQ2LHxxLmHG 56vbeUbVQ7Yx7JA3KUMigUeJpc1mGSjxLu56mAWLiUg05w9+7rPdMfqeJnfni4my YVwbjxKdNalbNscogMkaDPMnTkZcbkICGdxB57wAWXIq/lLGQO8ECxCN/mEjcA= 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=-1.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:marco.a, marcoatzerigmailcom, sk:marcoa, marco DOT atzeri AT gmail DOT com X-HELO: mail-wm0-f44.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=v2wQogz/aiTt7leYA9Tc+4eJleeB+Q0ftcEpK5Y0Is0=; b=NMylX0dKYnI+hLsl6x5zoTcXxF1y/v6V2NE6BoWWVClKOo7+UzHJB7LTRPLbtrVkfA SXnim1H1mhF6G1W4ZB8zLYLR22KwpUlVAPfDtaf4+2EewV6mxo/H8a9Bmme5uKZOOqlB sqFplnnkr7GF7+09KzynYVwctP7xu7Vhb2E8GijfZTZ9gjSwjpcTbzZu+ZGBNRP0Bo8b QsKPWEijsjyAWihyKIK82XEaXej76hPmmvBzYsMfdXG4/6cAabhGX4p0tpI5w96euDP9 qubRt72/dONJsNm7B9r34XNyHjjfevYBdnbkoD2WkfvdHg+Iv0HdInb7qlOHs32f7yNZ jY8A== X-Gm-Message-State: AOPr4FX6E9DV6EX3j4YZscCsVMefobd9MQsqyfYz6/6H6AC2zemb5Xom53tsUf45U+xbUvHqWh/lCX63gLLM/w== X-Received: by 10.28.141.18 with SMTP id p18mr6794418wmd.57.1460289693319; Sun, 10 Apr 2016 05:01:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: 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: Sun, 10 Apr 2016 15:01:03 +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 On Wed, Apr 6, 2016 at 3:15 PM, Ismail Donmez wrote: > 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. So, can we enable slang dependency now? Thanks, 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