From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56262 invoked by alias); 7 Dec 2017 03:18:03 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 24293 invoked by uid 89); 7 Dec 2017 02:42:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,MISSING_MID,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*cygwin-announce, HTo:U*cygwin-announce X-HELO: mx1.redhat.com X-Mailbox-Line: From cygwin-announce-ncurses-6.0-12.20171125 Wed Dec 06 20:40:51 2017 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Thu, 07 Dec 2017 03:18:00 -0000 Subject: ncurses 6.0-12.20171125 X-SW-Source: 2017-12/txt/msg00005.txt.bz2 Message-ID: <20171207031800.Q8Maga00p3YizP4_k5FrnHGg349twyZ6WwRmwwXjCNA@z> The following packages have been uploaded to the Cygwin distribution: * ncurses-6.0-12.20171125 * ncurses-demo-6.0-12.20171125 * libncursesw10-6.0-12.20171125 * libncurses++w10-6.0-12.20171125 * libncurses-devel-6.0-12.20171125 * terminfo-6.0-12.20171125 * terminfo-extra-6.0-12.20171125 * mingw64-i686-ncurses-6.0-12.20171125 * mingw64-x86_64-ncurses-6.0-12.20171125 Ncurses (new curses) started as a freely distributable clone of SVr4 curses. It has outgrown the clone description, and now contains many features which are not in SVr4 curses. Curses is a pun on the term <>. It is a library of functions that manage an application's display on character-cell terminals (e.g., VT100). This is an update to the latest upstream patchset. The C++ bindings are now shipped separately, as they are not used in the default installation. -- Yaakov