9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* 9term
@ 1994-12-14  1:13 James
  0 siblings, 0 replies; 4+ messages in thread
From: James @ 1994-12-14  1:13 UTC (permalink / raw)


    Has anyone else noticed scrollbar flicker with 9term?
    
I have!  ;-)

Yes, the scrollbar gets set on each key stroke.  One thing I've been
meaning to do for a while is fix it to only draw it when the scroll
bar _changes_.  Things pile up 'though.

					Matty.







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

* 9term
@ 1994-12-14  1:27 Byron
  0 siblings, 0 replies; 4+ messages in thread
From: Byron @ 1994-12-14  1:27 UTC (permalink / raw)


I am looking at putting my own klugey hack in to fix this by caching
the previous value of the scrollbar parameters. I'll send it to you
if I get it working, and you can decide if you want to incorporate
or not.






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

* 9term
@ 1994-12-13 19:33 Arnold
  0 siblings, 0 replies; 4+ messages in thread
From: Arnold @ 1994-12-13 19:33 UTC (permalink / raw)


I've noticed the flicker. It is only a problem in a new 9term. As the amount
of buffered text grows, the flicker rapidly decreases...

I think somewhat earlier versions of 9term didn't do this, but I never
bothered to complain when it first started happening.

Arnold






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

* 9term
@ 1994-12-13 19:05 Byron
  0 siblings, 0 replies; 4+ messages in thread
From: Byron @ 1994-12-13 19:05 UTC (permalink / raw)


Has anyone else noticed scrollbar flicker with 9term?

I haven't looked at the source yet, but I imagine it arises from the
X server actually painting the scrollbar grey and then white one
time for each keystroke.

I don't want to guess at a solution, other than that it could be done
right in 9term by erasing and redrawing a smaller portion of the
scrollbar.

My own window system avoided this problem by having the server do double
buffering -- it gave everything a very smooth feel.

I find the flicker pretty annoying, actually. I'll see what I can do
to fix it, but I thought I'd look around to see what interest there
was for a solution.






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

end of thread, other threads:[~1994-12-14  1:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-12-14  1:13 9term James
  -- strict thread matches above, loose matches on Subject: below --
1994-12-14  1:27 9term Byron
1994-12-13 19:33 9term Arnold
1994-12-13 19:05 9term Byron

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 NNTP newsgroup(s).