This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: changing terminal colours


Hi!

Thursday, 17 May, 2001 Alun Moon alun.moon@unn.ac.uk wrote:

AM> The default shell starts up with light text on a dark background.

AM> If I change the colours from the DOS-window properties menu, then
AM> although the colours change, things like the syntax highlighting in 
AM> vim don't respond to the changes...

things like syntax highlighting in vim are configured from within
things like vim itself. it's application task to configure terminal
colors

AM> What's the mechanism for changing the colours within cygwin?

similar to other unices -- to change color, send appropriate escape
sequence to terminal. cygwin terminal is supposed to be compatible
with vt100.

for example, try this in your cygwin window:

bash$ echo -e "\033[36;44m"

and see what happens.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]