From owner-freebsd-hackers Tue Oct 3 10:55:23 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14006 for hackers-outgoing; Tue, 3 Oct 1995 10:55:23 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA13999 for ; Tue, 3 Oct 1995 10:55:17 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA01456; Tue, 3 Oct 1995 10:51:50 -0700 From: Terry Lambert Message-Id: <199510031751.KAA01456@phaeton.artisoft.com> Subject: Re: Some more patches to syscons To: serg@bcs1.bcs.zaporizhzhe.ua (Sergey Shkonda) Date: Tue, 3 Oct 1995 10:51:50 -0700 (MST) Cc: hackers@FreeBSD.ORG In-Reply-To: <199510030909.AA06715@bcs1.bcs.zaporizhzhe.ua> from "Sergey Shkonda" at Oct 3, 95 11:09:53 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 514 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > This patches errors in relative cursor moving when > (xpos+dx, ypos+dy) is not on screen. In this case cursor moving > to left (rigt, top, bottom) of screen. Good patch! I nearly did this one because I use "resize" all too often. It goes to ESC [ 999;999H, and does a position report to get the screen size (it expects 999;999 to be the lower right corner). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.