delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
List-Post: | <mailto:cygwin-developers AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-developers-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin-developers AT sources DOT redhat DOT com |
Date: | Wed, 14 Feb 2001 23:57:59 +0300 |
From: | Egor Duda <deo AT logos-m DOT ru> |
X-Mailer: | The Bat! (v1.45) Personal |
Reply-To: | Egor Duda <cygwin-developers AT cygwin DOT com> |
Organization: | DEO |
X-Priority: | 3 (Normal) |
Message-ID: | <2943025.20010214235759@logos-m.ru> |
To: | cygwin-developers AT cygwin DOT com |
Subject: | unknown commands in \033[xx;yy;zzm aren't ignored |
Mime-Version: | 1.0 |
Hi! currently, echo -e "\033[1;666mhey, i'm bold!" command don't switch to bold on cygwin console. it does so on linux, however. the reason is this fragment default: fg = default_color & (FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED); bg = default_color & (BACKGROUND_BLUE | BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_INTENSITY); bold = default_color & FOREGROUND_INTENSITY; break; in fhandler_console::char_command. shouldn't this code be eliminated? Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |