Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 1997 03:51:14 +0300 (MSK)
From:      =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= <ache@nagual.ru>
To:        Soren Schmidt <sos@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/i386/isa syscons.c syscons.h
Message-ID:  <Pine.BSF.3.95.970124034006.685A-100000@nagual.ru>
In-Reply-To: <199701232000.MAA08477@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 23 Jan 1997, Soren Schmidt wrote:

> sos         97/01/23 12:00:46
> 
>   Modified:    sys/i386/isa  syscons.c syscons.h
>   Clear mouse cutmarking on more cases.
>   Minor changes by me.

Soren, you remove cutmarking even in cases when it will be nice to left
them. Imagine application which left some text in upper half of the screen
and periodically clear lower half by \E[J. I can't mark somewhat in upper
half now because cutmarking cleared for \E[J (and \E[1J) sequence too.

You already have all needed range limits used in mark_for_update to
compare them with mouse_cut_{start,end} to decide remove it or not,
moreover, remove_cumarking ended with mark_all, so mark_for_update usage
are fake now for 'J'.

-- 
Andrey A. Chernov
<ache@null.net>
http://www.nagual.ru/~ache/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970124034006.685A-100000>