RE: xterm pointer color

2005-10-17 Thread Reid Thompson
Jack Tanner wrote:
 startxwin.bat invokes xterm with the -ms red switch, which sets the
 (mouse) pointer color to red. Is it possible to specify the
 same value
 using a resource in .Xdefaults?
 
 $ xterm -version
 Cygwin 6.8.2.0(202)

Rxvt.cursorColor:red
xterm.cursorColor:red

or
*.cursorColor:red

reid

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: xterm pointer color

2005-10-17 Thread Jack Tanner

Reid Thompson wrote:

Jack Tanner wrote:


startxwin.bat invokes xterm with the -ms red switch, which sets the
(mouse) pointer color to red. Is it possible to specify the
same value using a resource in .Xdefaults?

$ xterm -version
Cygwin 6.8.2.0(202)



Rxvt.cursorColor:red
xterm.cursorColor:red

or
*.cursorColor:red


Actually, I now realize I was asking about pointerColor, but thanks for 
pointing me in the right direction. (cursorColor is for the text cursor.)


Thomas Dickey, if you happen to catch this thread, please consider 
changing the manpage for xterm so that the -ms switch refers to the 
pointerColor resource.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: xterm pointer color

2005-10-17 Thread Thomas Dickey

On Mon, 17 Oct 2005, Jack Tanner wrote:

Thomas Dickey, if you happen to catch this thread, please consider changing 
the manpage for xterm so that the -ms switch refers to the pointerColor 
resource.


ok




--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/