From Kees.Koster@nym.sc.philips.com  Mon Sep 16 00:40:23 1996
Received: from relay.philips.nl (ns.philips.nl [130.144.65.1])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA18667
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 1996 00:40:22 -0700 (PDT)
Received: (from smap@localhost) by relay.philips.nl (8.6.9/8.6.9-950414) id JAA00371 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 1996 09:39:48 +0200
Received: from unknown(192.26.173.32) by ns.philips.nl via smap (V1.3+ESMTP) with ESMTP
	id sma029845; Mon Sep 16 09:37:36 1996
Received: from aonc01.nym.sc.philips.com (aonc01.nym.sc.philips.com [130.144.70.193]) by smtp.nl.cis.philips.com (8.6.10/8.6.10-0.9z-02May95) with ESMTP id JAA00454 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 1996 09:40:32 +0200
Received: from NLNMG01.nym.sc.philips.com (nlnmg01 [130.144.80.6]) 
	by aonc01.nym.sc.philips.com (8.6.10/8.6.10-1.2a-960822) with ESMTP id JAA15809
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Sep 1996 09:37:57 +0200
Received: from NLNMG01/MAILQUEUE by NLNMG01.nym.sc.philips.com (Mercury 1.21);
    16 Sep 96 09:38:03 +0100
Received: from MAILQUEUE by NLNMG01 (Mercury 1.21); 16 Sep 96 09:37:51 +0100
Message-Id: <24229176801@NLNMG01.nym.sc.philips.com>
Date: Mon, 16 Sep 1996 09:37:44 GMT+0100
From: "Kees Jan Koster" <Kees.Koster@nym.sc.philips.com>
Reply-To: Kees.Koster@nym.sc.philips.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: last char in line stays "$"

>Number:         1621
>Category:       bin
>Synopsis:       last char in line stays "$"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 00:50:01 PDT 1996
>Closed-Date:    Mon Feb 24 22:45:18 PST 1997
>Last-Modified:  Mon Feb 24 22:46:40 PST 1997
>Originator:     Kees Jan Koster
>Release:        FreeBSD 2.1.5-RELEASE i386
>Organization:
Philips Semiconductors Nijmegen
>Environment:

vi version 1.34 on the console (TERM==cons25)

>Description:

Sometimes vi leaves the '$' sign on the last line and forgets
to redraw that line properly.

>How-To-Repeat:

make a line that's longer than the screen width, put the cursor
on the last character of the screen on that line (i.e. column 80)
and type 's'.

You now see the proper '$' sign to indicate the replacement. Now type
a single character, for example 'X'. Notice that the 'X' is drawn on 
the first column of the next line. If you type [esc] now you will see 
that the '$' remains on the 80-th column.

The text you typed is stored correctly, only the screen is not 
updated properly. Try [ctrl][l] to prove that.

>Fix:

None, sorry. But it's not serious anyway.

>Release-Note:
>Audit-Trail:

From: Wolfram Schneider <wosch@cs.tu-berlin.de>
To: Kees.Koster@nym.sc.philips.com
Cc: FreeBSD-gnats-submit@freebsd.org, Keith Bostic <bostic@bsdi.com>
Subject: bin/1621: last char in line stays "$"
Date: Tue, 17 Sep 1996 15:10:35 +0200

 Please check if the problem still exists in last version nvi-1.76.
 
 Wolfram
 
   Date: Mon, 16 Sep 1996 17:14:19 -0400 (EDT)
   From: Keith Bostic <bostic@bsdi.com>
   Subject: nex/nvi version 1.76 available
   
   Version 1.76 is available for anonymous ftp from the usual two sites.
   
   	ftp.cs.berkeley.edu:ucb/4bsd/nvi-1.76.tar.gz
   	ftp.bostic.com:pub/nvi-1.76.tar.gz
   
   (The UC Berkeley site is likely to provide faster transfer speeds.)
   Note that version 1.76 has replaced the previous "stable" version,
   version 1.71.
   
   Please let me know if you have any problems, and thanks for using nvi!
   
   --keith
 
 Kees Jan Koster writes:
 >
 >>Number:         1621
 >>Category:       bin
 >>Synopsis:       last char in line stays "$"
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       low
 >>Responsible:    freebsd-bugs
 >>State:          open
 >>Class:          sw-bug
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Mon Sep 16 00:50:01 PDT 1996
 >>Last-Modified:
 >>Originator:     Kees Jan Koster
 >>Organization:
 >Philips Semiconductors Nijmegen
 >>Release:        FreeBSD 2.1.5-RELEASE i386
 >>Environment:
 >
 >vi version 1.34 on the console (TERM==cons25)
 >
 >>Description:
 >
 >Sometimes vi leaves the '$' sign on the last line and forgets
 >to redraw that line properly.
 >
 >>How-To-Repeat:
 >
 >make a line that's longer than the screen width, put the cursor
 >on the last character of the screen on that line (i.e. column 80)
 >and type 's'.
 >
 >You now see the proper '$' sign to indicate the replacement. Now type
 >a single character, for example 'X'. Notice that the 'X' is drawn on 
 >the first column of the next line. If you type [esc] now you will see 
 >that the '$' remains on the 80-th column.
 >
 >The text you typed is stored correctly, only the screen is not 
 >updated properly. Try [ctrl][l] to prove that.
 >
 >>Fix:
 >
 >None, sorry. But it's not serious anyway.

From: Keith Bostic <bostic@bsdi.com>
To: wosch@cs.tu-berlin.de
Cc: FreeBSD-gnats-submit@freebsd.org, Kees.Koster@nym.sc.philips.com
Subject: Re: bin/1621: last char in line stays "$"
Date: Tue, 17 Sep 1996 11:07:15 -0400 (EDT)

 > Please check if the problem still exists in last version nvi-1.76.
 
 No, this problem doesn't exist in nvi-1.76.
 
 --keith
 
State-Changed-From-To: open->analyzed 
State-Changed-By: wosch 
State-Changed-When: Tue Sep 17 11:40:33 PDT 1996 
State-Changed-Why:  

This problem doesn't exist in nvi-1.76 (last version of nvi)   
Submitted by: Keith Bostic <bostic@bsdi.com> 

State-Changed-From-To: analyzed->closed 
State-Changed-By: mpp 
State-Changed-When: Mon Feb 24 22:45:18 PST 1997 
State-Changed-Why:  
Keith Bostic states that this is fixed in nvi 1.76, and 
current has nvi version 1.79. 
>Unformatted:
X-send-pr-version: 3.2


