Felix Kater:

The first 5 to 10 lines are displayed awfully slow (about one second
per line and nearly letter by letter like a typewriter) and then the
rest of lines is displayed at normal speed (like at once).

  I have seen this before on GTK+ and expect its an unfortunate
synchronization between different processes that causes more work to
be done. Its like each character is read individually, added to the
output pane, styled and the whole pane is redrawn. Then after a while,
the pipe has buffered up so a large block comes in on each read and
the whole block is processed together speeding things up. Its never
been a big problem to me so I haven't really looked into it and don't
expect to.

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to