Date: Fri, 25 Sep 2009 11:58:51 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/teken teken_subr.h Message-ID: <200909251158.n8PBwxqe002471@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-09-25 11:58:51 UTC FreeBSD src repository Modified files: sys/teken teken_subr.h Log: SVN rev 197480 on 2009-09-25 11:58:51Z by ed 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 Revision Changes Path 1.6 +10 -0 src/sys/teken/teken_subr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251158.n8PBwxqe002471>