freebsd-dev/sys/teken
Ed Schouten c56bcdbb96 Conformance: ignore {delete,insert} line while outside the scrolling region.
I noticed a small inconsistency in delete and insert line between xterm
and libteken. libteken allows these actions to happen while the cursor
is placed outside the scrolling region, while xterm does not.

This behaviour seems to be VT100-like. Confirmation:

	http://www.vt100.net/docs/vt102-ug/chapter5.html
	"This sequence is ignored when cursor is outside scrolling region."

MFC after:	1 month
2009-09-25 11:58:51 +00:00
..
gensequences
Makefile
sequences
teken_demo.c Commit all local modifications I have to libteken: 2009-09-12 12:44:21 +00:00
teken_scs.h Add __unused. 2009-09-24 20:34:44 +00:00
teken_stress.c
teken_subr_compat.h Commit all local modifications I have to libteken: 2009-09-12 12:44:21 +00:00
teken_subr.h Conformance: ignore {delete,insert} line while outside the scrolling region. 2009-09-25 11:58:51 +00:00
teken_wcwidth.h
teken.c Make SCS work in 8-bit mode. 2009-09-24 20:33:14 +00:00
teken.h Make SCS work in 8-bit mode. 2009-09-24 20:33:14 +00:00