public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* How do you change the colour of the cursor to WHITE for a BLACK background ?
@ 2000-12-13  2:00 Dove.John
  2000-12-13  2:11 ` How do you change the colour of the cursor to WHITE for a BLACK b ackground ? Mo DeJong
  2000-12-13  9:22 ` How do you change the colour of the cursor to WHITE for a BLACK background ? Syd Polk
  0 siblings, 2 replies; 6+ messages in thread
From: Dove.John @ 2000-12-13  2:00 UTC (permalink / raw)
  To: 'sourcenav@sources.redhat.com'

I would like to use SN4.5.2, but I can't see the cursor with the colour
scheme I'm using. My preferred colour scheme is BLACK background with mostly
green text.

I can't find any mechanism for changing the colour of the cursor which is
always BLACK, when it needs to be green or white etc.

Any solutions would be greatly appreciated.
--
JD

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How do you change the colour of the cursor to WHITE for a BLACK b ackground ?
  2000-12-13  2:00 How do you change the colour of the cursor to WHITE for a BLACK background ? Dove.John
@ 2000-12-13  2:11 ` Mo DeJong
  2000-12-13  9:22 ` How do you change the colour of the cursor to WHITE for a BLACK background ? Syd Polk
  1 sibling, 0 replies; 6+ messages in thread
From: Mo DeJong @ 2000-12-13  2:11 UTC (permalink / raw)
  To: sourcenav

On Wed, 13 Dec 2000, Dove.John wrote:

> I would like to use SN4.5.2, but I can't see the cursor with the colour
> scheme I'm using. My preferred colour scheme is BLACK background with mostly
> green text.
> 
> I can't find any mechanism for changing the colour of the cursor which is
> always BLACK, when it needs to be green or white etc.
> 
> Any solutions would be greatly appreciated.
> --
> JD

Does this Tk code do what you want? Try running it
in the wish shell installed in the sn bin dir.

text .t
pack .t
.t configure -bg black -fg green
.t configure -insertbackground green

If that is what you wanted, then you will need
to either hack that "$text configure -insertbackground green"
bit into the source code or set the proper X resource
for it.

There is no preferences option for the text insert
cursor color, we really should add one. Anyone
feel like taking a stab at adding a preferences
option for the text insertion cursor?

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How do you change the colour of the cursor to WHITE for a BLACK background ?
  2000-12-13  2:00 How do you change the colour of the cursor to WHITE for a BLACK background ? Dove.John
  2000-12-13  2:11 ` How do you change the colour of the cursor to WHITE for a BLACK b ackground ? Mo DeJong
@ 2000-12-13  9:22 ` Syd Polk
  1 sibling, 0 replies; 6+ messages in thread
From: Syd Polk @ 2000-12-13  9:22 UTC (permalink / raw)
  To: Dove.John; +Cc: 'sourcenav@sources.redhat.com'

"Dove.John" wrote:
> 
> I would like to use SN4.5.2, but I can't see the cursor with the colour
> scheme I'm using. My preferred colour scheme is BLACK background with mostly
> green text.
> 
> I can't find any mechanism for changing the colour of the cursor which is
> always BLACK, when it needs to be green or white etc.
> 
> Any solutions would be greatly appreciated.
> --
> JD

You can change it using the .Xresource option database. I don't remember
what the entry for the cursor is, however.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How do you change the colour of the cursor to WHITE for a BLACK b ackground ?
  2000-12-13  9:23 ` Syd Polk
@ 2000-12-13  9:46   ` Syd Polk
  0 siblings, 0 replies; 6+ messages in thread
From: Syd Polk @ 2000-12-13  9:46 UTC (permalink / raw)
  To: Dove.John, 'sourcenav@sources.redhat.com', 'Mo DeJong'

Are you running the NT version of SN, or are you running a UNIX version
on another machine and using an NT XServer?

Syd Polk wrote:
> 
> But your other applications must have problems with black cursors, too.
> We have no control of the cursor color on NT.
> 
> "Dove.John" wrote:
> >
> > My apologise for forgetting to mention that I'm using SN4.5.2 on an NT
> > workstation.
> >
> > -----Original Message-----
> > From: Mo DeJong [ mailto:mdejong@cygnus.com ]
> > Sent: 13 December 2000 10:11
> > To: sourcenav@sources.redhat.com
> > Subject: Re: How do you change the colour of the cursor to WHITE for a
> > BLACK b ackground ?
> >
> > On Wed, 13 Dec 2000, Dove.John wrote:
> >
> > > I would like to use SN4.5.2, but I can't see the cursor with the colour
> > > scheme I'm using. My preferred colour scheme is BLACK background with
> > mostly
> > > green text.
> > >
> > > I can't find any mechanism for changing the colour of the cursor which is
> > > always BLACK, when it needs to be green or white etc.
> > >
> > > Any solutions would be greatly appreciated.
> > > --
> > > JD
> >
> > Does this Tk code do what you want? Try running it
> > in the wish shell installed in the sn bin dir.
> >
> > text .t
> > pack .t
> > .t configure -bg black -fg green
> > .t configure -insertbackground green
> >
> > If that is what you wanted, then you will need
> > to either hack that "$text configure -insertbackground green"
> > bit into the source code or set the proper X resource
> > for it.
> >
> > There is no preferences option for the text insert
> > cursor color, we really should add one. Anyone
> > feel like taking a stab at adding a preferences
> > option for the text insertion cursor?
> >
> > Mo DeJong
> > Red Hat Inc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: How do you change the colour of the cursor to WHITE for a BLACK b ackground ?
  2000-12-13  2:28 How do you change the colour of the cursor to WHITE for a BLACK b ackground ? Dove.John
@ 2000-12-13  9:23 ` Syd Polk
  2000-12-13  9:46   ` Syd Polk
  0 siblings, 1 reply; 6+ messages in thread
From: Syd Polk @ 2000-12-13  9:23 UTC (permalink / raw)
  To: Dove.John; +Cc: 'sourcenav@sources.redhat.com', 'Mo DeJong'

But your other applications must have problems with black cursors, too.
We have no control of the cursor color on NT.

"Dove.John" wrote:
> 
> My apologise for forgetting to mention that I'm using SN4.5.2 on an NT
> workstation.
> 
> -----Original Message-----
> From: Mo DeJong [ mailto:mdejong@cygnus.com ]
> Sent: 13 December 2000 10:11
> To: sourcenav@sources.redhat.com
> Subject: Re: How do you change the colour of the cursor to WHITE for a
> BLACK b ackground ?
> 
> On Wed, 13 Dec 2000, Dove.John wrote:
> 
> > I would like to use SN4.5.2, but I can't see the cursor with the colour
> > scheme I'm using. My preferred colour scheme is BLACK background with
> mostly
> > green text.
> >
> > I can't find any mechanism for changing the colour of the cursor which is
> > always BLACK, when it needs to be green or white etc.
> >
> > Any solutions would be greatly appreciated.
> > --
> > JD
> 
> Does this Tk code do what you want? Try running it
> in the wish shell installed in the sn bin dir.
> 
> text .t
> pack .t
> .t configure -bg black -fg green
> .t configure -insertbackground green
> 
> If that is what you wanted, then you will need
> to either hack that "$text configure -insertbackground green"
> bit into the source code or set the proper X resource
> for it.
> 
> There is no preferences option for the text insert
> cursor color, we really should add one. Anyone
> feel like taking a stab at adding a preferences
> option for the text insertion cursor?
> 
> Mo DeJong
> Red Hat Inc

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: How do you change the colour of the cursor to WHITE for a BLACK b ackground ?
@ 2000-12-13  2:28 Dove.John
  2000-12-13  9:23 ` Syd Polk
  0 siblings, 1 reply; 6+ messages in thread
From: Dove.John @ 2000-12-13  2:28 UTC (permalink / raw)
  To: 'sourcenav@sources.redhat.com'; +Cc: 'Mo DeJong'

My apologise for forgetting to mention that I'm using SN4.5.2 on an NT
workstation.

-----Original Message-----
From: Mo DeJong [ mailto:mdejong@cygnus.com ]
Sent: 13 December 2000 10:11
To: sourcenav@sources.redhat.com
Subject: Re: How do you change the colour of the cursor to WHITE for a
BLACK b ackground ?


On Wed, 13 Dec 2000, Dove.John wrote:

> I would like to use SN4.5.2, but I can't see the cursor with the colour
> scheme I'm using. My preferred colour scheme is BLACK background with
mostly
> green text.
> 
> I can't find any mechanism for changing the colour of the cursor which is
> always BLACK, when it needs to be green or white etc.
> 
> Any solutions would be greatly appreciated.
> --
> JD

Does this Tk code do what you want? Try running it
in the wish shell installed in the sn bin dir.

text .t
pack .t
.t configure -bg black -fg green
.t configure -insertbackground green

If that is what you wanted, then you will need
to either hack that "$text configure -insertbackground green"
bit into the source code or set the proper X resource
for it.

There is no preferences option for the text insert
cursor color, we really should add one. Anyone
feel like taking a stab at adding a preferences
option for the text insertion cursor?

Mo DeJong
Red Hat Inc

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-12-13  9:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-13  2:00 How do you change the colour of the cursor to WHITE for a BLACK background ? Dove.John
2000-12-13  2:11 ` How do you change the colour of the cursor to WHITE for a BLACK b ackground ? Mo DeJong
2000-12-13  9:22 ` How do you change the colour of the cursor to WHITE for a BLACK background ? Syd Polk
2000-12-13  2:28 How do you change the colour of the cursor to WHITE for a BLACK b ackground ? Dove.John
2000-12-13  9:23 ` Syd Polk
2000-12-13  9:46   ` Syd Polk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).