Newsgroups: comp.sys.sun
Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!mit-eddie!uw-beaver!rice!rice!sun-spots-request
From: lemay@lorelei.eng.sun.com (Laura Lemay)
Subject: Re: OpenLook questions ( mouse, inverse video )
Message-ID: <1990Aug13.010917.5370@rice.edu>
Originator: spots@titan.rice.edu
Keywords: Windows
Sender: sun-spots-request@rice.edu
Organization: Sun-Spots
X-Sun-Spots-Digest: Volume 9, Issue 301, message 2
Date: 9 Aug 90 20:15:58 GMT
Approved: Sun-Spots@rice.edu
X-Refs:  Original: v9n279

In article <1990Aug9.021407.5627@rice.edu> apple@nprdc.navy.mil (Jim Apple) writes:
> 1. how do I get a shelltool to be in reverse video ??

Xview tools accept most of the arguements you could use with Sunview
tools, including the -Wb (background) and -Wf (foreground) options, so the
following will give you inverse:

shelltool -Wb 0 0 0 -Wf 255 255 255

You can make this the default for all your windows by putting the
following two lines in your .Xdefaults file:

Window.Color.Background:	0   0   0
Window.Color.Foreground:	255 255 255

Warning:  Some tools may not handle inverse particularly well.  For these
I've discovered that making the background a dark gray (say, 150 rather
than 255) and keeping the foreground black  works pretty well.

*********************************************************
Laura Lemay		                    lemay@sun.com
Redhead.  Drummer.  Geek.			sun!lemay
*********************************************************

