freebsd-dev/contrib/nvi/vi
Sheldon Hearn b4f6fcd394 Fix core dump in left-right screen scrolling for long lines.
The nvi maintainer expects this patch to be included in the upcoming
nvi-1.81.6 unless a better fix presents itself.

The MFC reminder below should be taken as a cue to MFC rev 1.1.1.2
of vs_relative.c as well.

PR:		bin/26869
Reported by:	Alex Semenyaka <alexs@snark.ratmir.ru>
Obtained from:	skimo@kotnet.org (via "Alexey V. Neyman" <alex.neyman@auriga.ru>)
MFC after:	1 month
2002-01-31 13:28:37 +00:00
..
getc.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_at.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_ch.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_cmd.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_delete.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_ex.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_increment.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_init.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_itxt.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_left.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_mark.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_match.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_paragraph.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_put.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_redraw.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_replace.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_right.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_screen.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_scroll.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_search.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_section.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_sentence.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_status.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_txt.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_ulcase.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_undo.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_util.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_word.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_xchar.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_yank.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_z.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
v_zexit.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
vi.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
vi.h Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
vs_line.c Fix core dump in left-right screen scrolling for long lines. 2002-01-31 13:28:37 +00:00
vs_msg.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
vs_refresh.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00
vs_relative.c Import patch from vendor (taken from nvi-1.81.5) that fixes problematic 2002-01-07 14:26:12 +00:00
vs_smap.c Fix core dump in left-right screen scrolling for long lines. 2002-01-31 13:28:37 +00:00
vs_split.c Import of nvi-1.79, minus a few bits that we dont need (eg: postscript 1996-11-01 06:45:43 +00:00