Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tlug: X Windows cursor



>>>>> "Neil" == Neil Booth <NeilB@example.com> writes:

    Neil> Hmm.., I mean the vertical bar cursor used in text boxes and
    Neil> the like (e.g. Netscape, file runner etc.). They all blink,
    Neil> even when you're scrolling or typing, making it hard to see.

That's not a function of the X server, it's a function of the
application or the widget library that implements text areas.  If a
resource is available for dealing with it, it will probably be called
something like Text*CursorBlink.  You will have to turn it off for
every application; if you're lucky, you will be able to do that for
all applications using a given widget set with a wildcard resource
starting with a `*'.

Hmmm ... try "netscape -xrm '*blinkRate: 0'".  If that works for you,
add

*Text.blinkRate: 0
*TextArea.blinkRate: 0

to your ~/.Xresources, if you have it; if not, to ~/.Xdefaults, if it
exists; if not, create ~/.Xresources with those contents.  This will
turn off the blinking permanently for all Motif applications (and
anything else that defines a Text.blinkRate resource).  If you want to
limit it to certain applications, you need to do something like

Netscape*Text.blinkRate: 0

for each app.

N.B.  "The" X cursor is the thing you move with your mouse, also
called the pointer.  Be careful to specify which you mean.

-- 
University of Tsukuba                Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Institute of Policy and Planning Sciences       Tel/fax: +81 (298) 53-5091
__________________________________________________________________________
__________________________________________________________________________
What are those two straight lines for?  "Free software rules."
-------------------------------------------------------------------
Next Nomikai: 14 January 1999, 19:30 Tengu TokyoEkiMae 03-3275-3691
*** it will will be Jan 14 (Thu), as Jan 15 (Fri) is a natl holiday
Next Technical Meeting: Feb 13 (Sat), 12:30    ace: Temple Univ.
-------------------------------------------------------------------
more info: http://tlug.linux.or.jp                     Sponsor: PHT


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links