From owner-freebsd-hackers Sun Oct 29 01:41:49 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA06178 for hackers-outgoing; Sun, 29 Oct 1995 01:41:49 -0700 Received: (from sos@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA06170 ; Sun, 29 Oct 1995 01:41:45 -0700 Message-Id: <199510290841.BAA06170@freefall.freebsd.org> Subject: Re: adding cursor saving and regions to syscons To: jkurtz@ulantris.neosoft.com (John Kurtz) Date: Sun, 29 Oct 1995 01:41:44 -0700 (PDT) Cc: hackers@FreeBSD.org In-Reply-To: <199510281818.SAA00950@ulantris.neosoft.com> from "John Kurtz" at Oct 28, 95 06:18:28 pm From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 896 Sender: owner-hackers@FreeBSD.org Precedence: bulk In reply to John Kurtz who wrote: > > Hello Team! > > This is my first hack on the kernel, so here goes. In my testing of certain > ANSI features offered on muds (yes, I visit them and run one), I found the > cursor position saving/restoring and scroll regions not supported. I have > tested this on my machine, but I feel that I didn't quite cover all the cases > on the scrolling regions. This is done with diff on the syscons.c file. The > full path is /usr/src/sys/i386/isa/syscons.c and is still in the 2.0R version > of source so I am not sure how well this integrates into FreeBSD-current. > > Anyhow, here is the diff file... I guess this is my baby, I'll look at it Thanks ! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.