T.R | Title | User | Personal Name | Date | Lines |
---|
307.1 | | PSW::WINALSKI | Paul S. Winalski | Sun Feb 26 1989 15:05 | 4 |
| Blinking cursor?
--PSW
|
307.2 | | LESLIE::LESLIE | Andy ��� Leslie | Sun Feb 26 1989 17:40 | 8 |
| Could be! How do I switch it off for the LOGIN screen?
I don't use blinking cursors for DECterms for this reason...
What a concept!
Andy
|
307.3 | | AITG::DERAMO | Daniel V. {AITG,ZFC}:: D'Eramo | Sun Feb 26 1989 22:29 | 10 |
| There is a DECW$LOGIN.DAT in DECW$SYSTEM_DEFAULTS. It
doesn't contain the string "blink" though. It does have
text and/or stext, so maybe there is a customization for
those that you can use. Does the UIL documentation show a
blink on/off or blinkrate (0 for no blink) argument for text
or stext widgets that you can try instead in your copy of
DECW$USER_DEFAULTS:DECW$LOGIN.DAT?
Dan
|
307.4 | But surely that only applies AFTER login? | LESLIE::LESLIE | LESLIE::'s Noting Daemon | Mon Feb 27 1989 08:20 | 1 |
|
|
307.5 | ON by default | 2HOT::DESAI | Jatin Desai | Mon Feb 27 1989 08:56 | 9 |
|
I believe that blinking is turned on by default. So you would have to place
something in DECW$SYSTEM_DEFAULTS:DECW$LOGIN.DAT to turn it off.
*blinkRate: 0
Jatin
|
307.6 | | LESLIE::LESLIE | LESLIE::'s Notes Daemon | Mon Feb 27 1989 14:31 | 2 |
| Thanks, I'll try it now.
|
307.7 | | LESLIE::LESLIE | LESLIE::'s Notes Daemon | Mon Feb 27 1989 14:40 | 5 |
| Terrific! Works fine. Also seems to stop NOTES and MAIL taking up CPU
when iconised.
Andy
|
307.8 | | MU::PORTER | gonzo engineering | Mon Apr 24 1989 18:53 | 16 |
| I'm not sure that I understand this blink-rate stuff. I've only
ever noticed "block" cursors blinking, and the only thing that appears
to blink even then is the window that currently has input focus. So
iconified NOTES (etc) can't really be blinking anything.
Is it just that they're continually issuing Xlib calls to blink
something that doesn't actually exist as a visible entity (which takes
up CPU anyway, of course)?
Also, if I do define "*blinkRate: 0" in DECW$XDEFAULTS, then the
DECterm-with-input-focus still has a blinking cursor. Is this
expected?
(Yes, I have logged out -- actually, rebooted several times -- since
adding that line).
|
307.9 | Wrong resource for DECterm | HANNAH::MESSENGER | Bob Messenger | Mon Apr 24 1989 20:31 | 7 |
| Re: .8
*blinkRate probabably only applies to the simple text widget, not to DECterm.
Try *cursorBlinkEnable: off, or else disable it in Customize Display.
-- Bob
|