Fix bug: redisplay was needlessly recentering point whenever a change
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Feb 1996 00:03:32 +0000 (00:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Feb 1996 00:03:32 +0000 (00:03 +0000)
commit4dfc615896df9390d4d94d6daa7bc7e7fddc420f
tree4ea29e3015743c340be8a174498be277be6b3352
parent36c7a3f649c91c41e3f959129f28bdc8b113c129
Fix bug: redisplay was needlessly recentering point whenever a change
started at the first visible position of the buffer.  This is rarely
necessary.  This bug was deliberately introduced in revision 1.25 to
fix a more serious bug, in which the point could be left off-screen at
the end of redisplay.  This change fixes both bugs, by requesting
redisplay whenever a change might affect point's position; previously
it was incorrectly assumed that this request was unnecessary.
v7/src/edwin/bufwiu.scm