From owner-cvs-sys Thu Jun 27 05:07:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA21085 for cvs-sys-outgoing; Thu, 27 Jun 1996 05:07:00 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA21077; Thu, 27 Jun 1996 05:06:43 -0700 (PDT) Received: by sovcom.kiae.su id AA20073 (5.65.kiae-1 ); Thu, 27 Jun 1996 14:59:35 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Thu, 27 Jun 96 14:59:35 +0300 Received: (from ache@localhost) by nagual.ru (8.7.5/8.7.3) id PAA00627; Thu, 27 Jun 1996 15:51:19 +0400 (MSD) Message-Id: <199606271151.PAA00627@nagual.ru> Subject: Re: cvs commit: src/sys/i386/isa syscons.c syscons.h To: sos@FreeBSD.org Date: Thu, 27 Jun 1996 15:51:19 +0400 (MSD) Cc: sos@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199606270616.IAA04684@ra.dkuug.dk> from "sos@FreeBSD.org" at "Jun 27, 96 08:16:42 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL22 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > In reply to =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= who wrote: > > > > > Added linefeeds in cuts that extend beyond one line. > > > > This one is under question... > > Imagine following situation: > > > > long_prompt> fetch ftp://aaa/bbb/ccc/eee/| <-- end of the screen > > lll/mmm/ppp.tgz | > > > > When I mark URL, I expect one line, but got two lines instead :-( > > Yeah, I see your point, but I guess its a 50/50 situation... > What I should do is remember if the line was wrapped or it was > nl'ed, and then DTRT, sigh.... It is impossible to determine nl'ed lines for clever terminal programs like curses-based ones: aaaa bbbb cccc looks like nl'ed lines, but screen update which cause them can involve various kinds of escapes and no one nl. -- Andrey A. Chernov http://www.nagual.ru/~ache/