Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 1995 11:37:42 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-hackers@FreeBSD.org, wpaul@skynet.ctr.columbia.edu
Subject:   Re: Small syscons change
Message-ID:  <199501130037.LAA17920@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>This patch backs out the 'cursor wraps at wrong place' fix I had bundled
>in with my NOBLINK_CURSOR mods. Apparently this change breaks elvis and
>bash (although bash's problems appear to be bash's own fault -- this is
>version 1.14.2 we're talking about here). The NOBLINK_CURSOR mods don't
>seem to be a problem. (They better not be. :)

The change only broke elvis.  bash-1.14.2's special handling for the last
column is broken.  bash-1.14.3 works OK.

elvis thinks that the "am" termcap capability means that the cursor
automatically wraps to column 0 of the next line when a character is
printed in the last column.  Is this what "am" means?  There is often
no problem, but when elvis doesn't need to print anything on the next
line, it attempts to go to column 0 of the line after that using \r\n
or \n\r, and the change breaks this.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501130037.LAA17920>