From owner-cvs-src-old@FreeBSD.ORG Thu Jan 1 23:22:12 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD44510657F7 for ; Thu, 1 Jan 2009 23:22:12 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 904E58FC1C for ; Thu, 1 Jan 2009 23:22:12 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n01NMCtE009695 for ; Thu, 1 Jan 2009 23:22:12 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n01NMCQu009694 for cvs-src-old@freebsd.org; Thu, 1 Jan 2009 23:22:12 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200901012322.n01NMCQu009694@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 1 Jan 2009 23:22:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/syscons/teken teken_subr.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2009 23:22:13 -0000 ed 2009-01-01 23:22:01 UTC FreeBSD src repository Modified files: sys/dev/syscons/teken teken_subr.h Log: SVN rev 186687 on 2009-01-01 23:22:01Z by ed Remove an unneeded assertion in libteken. The cursor is only inside the scrolling region when we are in origin mode. In that case, it should use originreg instead of scrollreg. It is completely valid to place the cursor outside the scrolling region. Revision Changes Path 1.2 +0 -1 src/sys/dev/syscons/teken/teken_subr.h