Change method by which a window recomputes its starting point. Old
authorChris Hanson <org/chris-hanson/cph>
Tue, 12 Jan 1993 10:50:41 +0000 (10:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 12 Jan 1993 10:50:41 +0000 (10:50 +0000)
commit85a0f3a52c0e44d8b09d869ab946f082067c42a5
tree3d08d6cd9ae8238b838ba57f278848eca89979ed
parent505facda5b829d6b070d953479c339a158e7d294
Change method by which a window recomputes its starting point.  Old
method did too much work, particularly in cases where the line was
very long.  New method searches backward -- exactly once -- to start
of first line that will appear in the window, and saves all of the
resulting information in the window for later use.

Unfortunately, there are many other problems with the algorithms that
make them dependent on line length, and it's a lot of work to fix
them.  To fix it write will involve rewriting the display update code,
yet again, and I'm not in the mood for that right now.  However, it
won't be necessary to rewrite the starting-point computation when that
does finally happen.
v7/src/edwin/bufwin.scm
v7/src/edwin/bufwiu.scm
v7/src/edwin/bufwmc.scm
v7/src/edwin/decls.scm
v7/src/edwin/image.scm
v7/src/edwin/motion.scm
v7/src/edwin/undo.scm
v7/src/edwin/utlwin.scm