On Wed, Dec 15, 2010 at 09:43:47AM -0500, Todd C. Miller wrote: > On Tue, 07 Dec 2010 23:58:39 PST, patrick keshishian wrote: > > > The patch below resets the HMAP->soff (screen offset of line) > > to 1 if the number of lines HMAP->lno spans has changed and is > > now less than HMAP->soff. This essentially forces the entire > > line to be redrawn at the top of the screen, avoids the redraw > > glitch and eventual crash. > > That fixes the issue for me and seems like a reasonable approach. > The bug also exists in newer development versions of nvi.
Is it reasonable to assume the patch will be accepted? Thanks for looking, --patrick