From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2855 invoked by alias); 19 Feb 2009 16:09:27 -0000 Received: (qmail 2844 invoked by uid 22791); 19 Feb 2009 16:09:25 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=BAYES_00,DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Feb 2009 16:09:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LaBSe-0006pa-J9 for cygwin@cygwin.com; Thu, 19 Feb 2009 08:09:16 -0800 Message-ID: <22103799.post@talk.nabble.com> Date: Thu, 19 Feb 2009 16:09:00 -0000 From: Presto Ten To: cygwin@cygwin.com Subject: Re: Can't compile Screen: Undefined reference to __imp__ospeed In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-02/txt/msg00437.txt.bz2 Andrew Schulman-3 wrote: > >> screen-256color: GNU Screen compiled with the --enable-colors256 flag; >> without >> this flag, terminals launched from within Screen can only show 16 colors. >> Depending on your terminal, you may need to launch Screen as >> 'TERM=screen-256color screen' in order for 256 colors to work. > > OK, thanks. I'll put a new release out soon with 256 colors enabled, at > least > for Cygwin 1.5. > > I'm curious: where do you use this? I've been using 8 or 16 colors I > guess, > for all of this time and never noticed it. I don't colorize my ls output, > for > example, as I know many people do. If there's a common application for > this, it > would help to point it out to users. > Great that this will be included in an official Cygwin screen package! The 256 colors mode is invaluable for people using Emacs in terminal mode: Emacs supports 256 colors, and code becomes a lot easier on the eye. By the way, I downloaded http://home.comcast.net/~andrex2/cygwin-1.5/screen/screen-4.0.3-3.tar.bz2 and tried it on Cygwin 1.5 with PuTTY (256 colors enabled): started screen plus Emacs, and it shows all 256 colors with M-x list-colors-display! Beautiful. Note that for Emacs to recognize screen-256color, you need to add the following into "term/screen-256color.el" in the load path (for Emacs 22): (defun terminal-init-screen () "Terminal initialization function for screen." ;; Use the xterm color initialization code. (load "term/xterm") (xterm-register-default-colors) (tty-set-up-initial-frame-faces)) -p -- View this message in context: http://www.nabble.com/Can%27t-compile-Screen%3A-Undefined-reference-to-__imp__ospeed-tp21660755p22103799.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/