On Wed, Sep 19, 2007 at 07:12:11PM -0400, cga2000 wrote: > But do you mean that I would just need to build an xterm with the > "enable rectangles" feature enabled to benefit from faster scrolling .. > > Surely there must be more to it than that?
Well, screen must be patched to use those sequences as well. That would be in the ScrollV() function in display.c. It currently checks if the xs/xe values cover the complete terminal width (by comparing them to vpxmin/vpxmax), if that's not the case it refreshes the area. Cheers, Michael. -- Michael Schroeder [EMAIL PROTECTED] main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} _______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users