unknown commands in \033[xx;yy;zzm aren't ignored
Larry Hall (RFK Partners Inc)
lhall@rfk.com
Wed Feb 14 13:09:00 GMT 2001
At 03:57 PM 2/14/01, Egor Duda wrote:
>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@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19
Forgive my stupidity, but what's wrong with this code and why would your
example land you here?
Larry Hall lhall@rfk.com
RFK Partners, Inc. http://www.rfk.com
118 Washington Street (508) 893-9779 - RFK Office
Holliston, MA 01746 (508) 893-9889 - FAX
More information about the Cygwin-developers
mailing list