GNOME Bugzilla – Bug 741480
Don't create streams for alternate screen
Last modified: 2014-12-14 22:27:26 UTC
To assert that bug 646098 comment 12 won't arise again, the best assertion would probably be not creating streams at all for the alternate screen's ring. It'll also be important for bug 738601, since in its current state the stream immediately creates 3*64k buffers (read cache, write batching, and tmp for compression), multiplied by 3 streams is more than half a meg wasted for each vte. Although it could/should be achieved there as well with deferred initialization.
Created attachment 292659 [details] [review] Fix(?) A quickly created fix, still needs heavy testing.
lgtm if it works!
Submitted (slightly modified).